Fix the barrels getting stuck in Explodatorium

This commit is contained in:
GenericHeroGuy 2025-09-06 18:52:22 +02:00
parent af40720d37
commit bc72c2284e

View file

@ -1805,6 +1805,8 @@ void P_XYMovement(mobj_t *mo)
break;
}
}
else
mo->momx = mo->momy = 0;
}
}
//