diff --git a/Source/monster.cpp b/Source/monster.cpp index 3ffb01a93..2029b6784 100644 --- a/Source/monster.cpp +++ b/Source/monster.cpp @@ -2947,7 +2947,7 @@ BOOL M_DumbWalk(int i, int md) return ok; } -BOOL M_RoundWalk(int i, int md, int *dir) +BOOL M_RoundWalk(int i, int md, Sint32 *dir) { int mdtemp; BOOL ok;