aboutsummaryrefslogtreecommitdiff
path: root/engines/gnap/gnap.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gnap/gnap.h')
-rw-r--r--engines/gnap/gnap.h2
1 files changed, 1 insertions, 1 deletions
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;