aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/move.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/move.h')
-rw-r--r--engines/tinsel/move.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tinsel/move.h b/engines/tinsel/move.h
index 86100fae8e..027a89f67e 100644
--- a/engines/tinsel/move.h
+++ b/engines/tinsel/move.h
@@ -40,8 +40,8 @@ void SSetActorDest(MOVER *pActor);
void DoMoveActor(MOVER *pMover);
void SetDefaultRefer(int32 defRefer);
-int GetLastLeadXdest(void);
-int GetLastLeadYdest(void);
+int GetLastLeadXdest();
+int GetLastLeadYdest();
DIRECTION GetDirection(int fromx, int fromy, int tox, int toy, DIRECTION lastreel,
HPOLYGON hPath, YBIAS yBias = YB_X2);