This commit is contained in:
toasterbabe 2016-09-28 16:31:14 +01:00
parent 99f60544db
commit 8445a1068e
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ boolean P_DoSpring(mobj_t *spring, mobj_t *object)
else if (P_MobjFlip(object)*vertispeed > 0)
P_SetPlayerMobjState(object, S_PLAY_SPRING);
else if (P_MobjFlip(object)*vertispeed < 0)
P_SetPlayerMobjState(object, S_PLAY_FALL);
P_SetPlayerMobjState(object, S_PLAY_FALL)
else // horizontal spring
{
if (pflags & (PF_JUMPED|PF_SPINNING) && (object->player->panim == PA_ROLL || object->player->panim == PA_JUMP || object->player->panim == PA_FALL))