P_ZMovement: stop empty kart from falling forever, and creating infinite terrain splashes

This commit is contained in:
James R 2023-11-15 19:19:11 -08:00
parent 9ed05b5c21
commit 6d883feadf

View file

@ -2592,6 +2592,8 @@ boolean P_ZMovement(mobj_t *mo)
tireAngle += (aOffset * 2);
}
}
mom.z = 0;
}
else if (mo->type == MT_KART_TIRE)
{