How did this disappear?

This commit is contained in:
toasterbabe 2016-09-30 14:38:56 +01:00
parent 9cbe7a342a
commit f6fc99b06d
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))