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.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/strife/p_map.c b/src/strife/p_map.c
index c557f968..206d8664 100644
--- a/src/strife/p_map.c
+++ b/src/strife/p_map.c
@@ -341,20 +341,7 @@ boolean PIT_CheckThing (mobj_t* thing)
return true; // underneath
// villsa [STRIFE] unused
- // check for skulls slamming into things
- /*if (tmthing->flags & MF_SKULLFLY)
- {
- damage = ((P_Random()%8)+1)*tmthing->info->damage;
-
- P_DamageMobj (thing, tmthing, tmthing, damage);
-
- tmthing->flags &= ~MF_SKULLFLY;
- tmthing->momx = tmthing->momy = tmthing->momz = 0;
-
- P_SetMobjState (tmthing, tmthing->info->spawnstate);
-
- return false; // stop moving
- }*/
+ // check for skulls slamming into things (removed)
// missiles can hit other things
if (tmthing->flags & MF_MISSILE)