summaryrefslogtreecommitdiff
path: root/src/strife/p_map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/p_map.c')
-rw-r--r--src/strife/p_map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strife/p_map.c b/src/strife/p_map.c
index 925e4398..5bf786be 100644
--- a/src/strife/p_map.c
+++ b/src/strife/p_map.c
@@ -1333,7 +1333,7 @@ boolean PIT_ChangeSector (mobj_t* thing)
// crunch bodies to giblets
if (thing->health <= 0)
{
- P_SetMobjState (thing, S_GIBS);
+ //P_SetMobjState (thing, S_GIBS); // villsa [STRIFE] TODO - update proper gib state
thing->flags &= ~MF_SOLID;
thing->height = 0;