mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-04-09 03:24:31 +00:00
Don't need this line
This commit is contained in:
parent
c99258b2e2
commit
2c4f9d4776
1 changed files with 0 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue