From 9d52140b09ccf1821515bfc4ed92127a5c97c3ce Mon Sep 17 00:00:00 2001 From: Strangerke Date: Mon, 14 Mar 2016 00:06:56 +0100 Subject: GNAP: Some renaming in toyUfoFlyTo --- engines/gnap/gnap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/gnap/gnap.h') diff --git a/engines/gnap/gnap.h b/engines/gnap/gnap.h index 7aeff8c3b4..6b532a0141 100644 --- a/engines/gnap/gnap.h +++ b/engines/gnap/gnap.h @@ -846,7 +846,7 @@ public: void toyUfoSetStatus(int a1); int toyUfoGetSequenceId(); bool toyUfoCheckTimer(); - void toyUfoFlyTo(int destX, int destY, int a3, int a4, int a5, int a6, int animationIndex); + void toyUfoFlyTo(int destX, int destY, int minX, int maxX, int minY, int maxY, int animationIndex); // Scene 41 int _s41_currKidSequenceId, _s41_nextKidSequenceId; -- cgit v1.2.3