Fix useractor enemystayput breakage

git-svn-id: https://svn.eduke32.com/eduke32@3154 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2012-11-11 18:46:02 +00:00
parent ea5829f36c
commit 39437b2fdc

View file

@ -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++)