diff options
-rw-r--r-- | src/game/g_missile.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game/g_missile.c b/src/game/g_missile.c index 677b959e..6ec7f5b9 100644 --- a/src/game/g_missile.c +++ b/src/game/g_missile.c @@ -286,8 +286,7 @@ void G_RunMissile( gentity_t *ent ) } else { - if( tr.contents & CONTENTS_BODY || - ( tr.entityNum >= 0 && tr.entityNum != ENTITYNUM_WORLD ) ) + if( tr.contents & CONTENTS_BODY ) { // Hit an entity impact = qtrue; |