mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'clipflip' into 'master'
Fix drift clips suddenly inverting gravity See merge request KartKrew/Kart!471
This commit is contained in:
commit
be34cd699b
1 changed files with 1 additions and 1 deletions
|
|
@ -2295,7 +2295,7 @@ boolean P_ZMovement(mobj_t *mo)
|
||||||
S_StartSound(mo, sfx_tink);
|
S_StartSound(mo, sfx_tink);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
mo->flags2 ^= RF_DONTDRAW;
|
mo->renderflags ^= RF_DONTDRAW;
|
||||||
}
|
}
|
||||||
else if (mo->type == MT_DEBTSPIKE)
|
else if (mo->type == MT_DEBTSPIKE)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue