mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
not def 0
This commit is contained in:
parent
bc3f0568ee
commit
2c400487a5
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ boolean P_DoSpring(mobj_t *spring, mobj_t *object)
|
|||
object->eflags |= MFE_SPRUNG; // apply this flag asap!
|
||||
spring->flags &= ~(MF_SOLID|MF_SPECIAL); // De-solidify
|
||||
|
||||
#ifdef 0
|
||||
#if 0
|
||||
if (horizspeed && vertispeed) // Mimic SA
|
||||
{
|
||||
object->momx = object->momy = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue