mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
Leaky Mario mode bug fixed.
This commit is contained in:
parent
5ff507213b
commit
76700241f6
1 changed files with 2 additions and 1 deletions
|
|
@ -2304,7 +2304,8 @@ void P_KillMobj(mobj_t *target, mobj_t *inflictor, mobj_t *source, UINT8 damaget
|
||||||
target->fuse = TICRATE*3; // timer before mobj disappears from view (even if not an actual player)
|
target->fuse = TICRATE*3; // timer before mobj disappears from view (even if not an actual player)
|
||||||
if (!mariodeathpit)
|
if (!mariodeathpit)
|
||||||
{
|
{
|
||||||
target->player->powers[pw_marioflashing] = MARIOFLASHINGTICS;
|
if (mariomode)
|
||||||
|
target->player->powers[pw_marioflashing] = MARIOFLASHINGTICS;
|
||||||
target->momx = target->momy = target->momz = 0;
|
target->momx = target->momy = target->momz = 0;
|
||||||
}
|
}
|
||||||
if (damagetype == DMG_DROWNED) // drowned
|
if (damagetype == DMG_DROWNED) // drowned
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue