mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-16 09:21:36 +00:00
1 line fix for a change that accidentally got reverted when merging newer svn updates into an older local branch
git-svn-id: https://svn.eduke32.com/eduke32@2653 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
4ba6da5007
commit
298e4f9716
1 changed files with 1 additions and 1 deletions
|
@ -826,7 +826,7 @@ ACTOR_STATIC void G_MoveZombieActors(void)
|
|||
|
||||
if (j)
|
||||
{
|
||||
switch (DynamicTileMap[s->picnum])
|
||||
switch (DYNAMICTILEMAP(s->picnum))
|
||||
{
|
||||
case RUBBERCAN__STATIC:
|
||||
case EXPLODINGBARREL__STATIC:
|
||||
|
|
Loading…
Reference in a new issue