Don't need this line

This commit is contained in:
mazmazz 2018-08-11 15:54:39 -04:00
parent c99258b2e2
commit 2c4f9d4776
1 changed files with 0 additions and 2 deletions

View File

@ -8801,8 +8801,6 @@ mobj_t *P_SpawnMobj(fixed_t x, fixed_t y, fixed_t z, mobjtype_t type)
mobj->fuse += 30 * TICRATE;
break;
case MT_NIGHTSDRONE:
if (G_IsSpecialStage(gamemap))
mobj->flags2 |= MF2_DONTDRAW;
nummaprings = -1; // no perfect bonus, rings are free
break;
case MT_EGGCAPSULE: