mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-10 00:34:32 +00:00
Merge branch 'fix-crushed-kart' into 'master'
Destroyed Kart: fix crusher animation soft-lock See merge request KartKrew/Kart!2201
This commit is contained in:
commit
d1910a6574
1 changed files with 7 additions and 0 deletions
|
|
@ -128,6 +128,13 @@ struct Particle : Mobj
|
|||
|
||||
void think()
|
||||
{
|
||||
if (!fuse && !momz)
|
||||
{
|
||||
// Getting stuck underneath a crusher... force
|
||||
// a landing so the fuse activates.
|
||||
on_land();
|
||||
}
|
||||
|
||||
if (state()->num() == S_BRAKEDRIFT)
|
||||
{
|
||||
renderflags ^= RF_DONTDRAW;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue