Skip to content
Snippets Groups Projects
Commit 712ae1a3 authored by James R.'s avatar James R.
Browse files

Destroyed Kart: fix crusher animation soft-lock

parent ede77dbb
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment