mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +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;
|
mobj_t *flicky;
|
||||||
|
|
||||||
if (mariomode) // No flickies in Mario mode
|
|
||||||
return NULL;
|
|
||||||
|
|
||||||
if (cv_soniccd.value)
|
if (cv_soniccd.value)
|
||||||
flickytype = MT_SEED; // MT_CDSEED
|
flickytype = MT_SEED; // MT_CDSEED
|
||||||
else if (!flickytype)
|
else if (!flickytype)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue