mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-24 17:02:35 +00:00
Prevented Mario mode from bailing out P_InternalFlickySpawn. What's the point? Goombas don't call A_FlickySpawn...
This commit is contained in:
parent
6ed8d99b48
commit
df88d888e6
1 changed files with 0 additions and 3 deletions
|
|
@ -10352,9 +10352,6 @@ mobj_t *P_InternalFlickySpawn(mobj_t *actor, mobjtype_t flickytype, fixed_t momz
|
|||
{
|
||||
mobj_t *flicky;
|
||||
|
||||
if (mariomode) // No flickies in Mario mode
|
||||
return NULL;
|
||||
|
||||
if (cv_soniccd.value)
|
||||
flickytype = MT_SEED; // MT_CDSEED
|
||||
else if (!flickytype)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue