Add missing break for MT_EGGCAPSULE's switch case in P_SpawnMobj (sorry!)

This commit is contained in:
Monster Iestyn 2017-05-25 18:40:48 +01:00
parent 6062223eb5
commit 437780d503
1 changed files with 1 additions and 0 deletions

View File

@ -7807,6 +7807,7 @@ mobj_t *P_SpawnMobj(fixed_t x, fixed_t y, fixed_t z, mobjtype_t type)
break;
case MT_EGGCAPSULE:
mobj->extravalue1 = -1; // timer for how long a player has been at the capsule
break;
case MT_REDTEAMRING:
mobj->color = skincolor_redteam;
break;