summaryrefslogtreecommitdiff
path: root/src/strife/p_enemy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/p_enemy.c')
-rw-r--r--src/strife/p_enemy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strife/p_enemy.c b/src/strife/p_enemy.c
index 631ca58b..79e6ffb8 100644
--- a/src/strife/p_enemy.c
+++ b/src/strife/p_enemy.c
@@ -2595,7 +2595,7 @@ void A_ZombieInSpecialSector(mobj_t* actor)
int tagval;
sector = actor->subsector->sector;
- if(actor->z != sector->floorheight) // [STRIFE] TODO - verify
+ if(actor->z != sector->floorheight)
return;
if(sector->special <= 15)