summaryrefslogtreecommitdiff
path: root/src/strife/p_enemy.c
diff options
context:
space:
mode:
authorJames Haley2011-06-04 04:59:22 +0000
committerJames Haley2011-06-04 04:59:22 +0000
commit1271fc2557489e3ee000923c32efcb48dd640a09 (patch)
tree5468a75526f8c2182f1b940011905860fa9898e5 /src/strife/p_enemy.c
parent4755980aed7173227e876602ce78cf31bbb97118 (diff)
downloadchocolate-doom-1271fc2557489e3ee000923c32efcb48dd640a09.tar.gz
chocolate-doom-1271fc2557489e3ee000923c32efcb48dd640a09.tar.bz2
chocolate-doom-1271fc2557489e3ee000923c32efcb48dd640a09.zip
Resolved some TODOs and fixed a couple of problem spots that were
forgotten. Subversion-branch: /branches/strife-branch Subversion-revision: 2344
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)