Browse Source

💚 Fix 3DS build

pull/852/head
Anders Jenbo 5 years ago
parent
commit
ad867a2f2b
  1. 2
      Source/monster.cpp

2
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;

Loading…
Cancel
Save