mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
Merge branch 'fix-emerald-overtime-crash' into 'master'
Fix Overtime Barrier crash See merge request KartKrew/Kart!1315
This commit is contained in:
commit
e6ba45e558
1 changed files with 1 additions and 0 deletions
|
|
@ -7550,6 +7550,7 @@ static boolean P_MobjRegularThink(mobj_t *mobj)
|
||||||
{
|
{
|
||||||
// Delete emeralds to let them reappear
|
// Delete emeralds to let them reappear
|
||||||
P_KillMobj(mobj, NULL, NULL, DMG_NORMAL);
|
P_KillMobj(mobj, NULL, NULL, DMG_NORMAL);
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue