mirror of
https://github.com/ZDoom/Raze.git
synced 2025-02-20 18:42:26 +00:00
Fix useractor enemystayput breakage
git-svn-id: https://svn.eduke32.com/eduke32@3154 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
ea5829f36c
commit
39437b2fdc
1 changed files with 1 additions and 1 deletions
|
@ -2763,7 +2763,7 @@ static int32_t C_ParseCommand(int32_t loop)
|
|||
g_tile[*g_scriptPtr].flags |= SPRITE_BADGUY;
|
||||
|
||||
if (j & 2)
|
||||
g_tile[*g_scriptPtr].flags |= SPRITE_BADGUYSTAYPUT;
|
||||
g_tile[*g_scriptPtr].flags |= (SPRITE_BADGUY|SPRITE_BADGUYSTAYPUT);
|
||||
}
|
||||
|
||||
for (j=0; j<4; j++)
|
||||
|
|
Loading…
Reference in a new issue