Update p_user.c

This commit is contained in:
Zipper 2020-05-06 09:30:15 -04:00
parent 0d7c49e7e4
commit 87f7100d2e
1 changed files with 2 additions and 2 deletions

View File

@ -11941,11 +11941,11 @@ void P_PlayerThink(player_t *player)
factor = 4;
}
break;
/* -- in case we wanted to have the camera freely movable during zoom tubes
case CR_ZOOMTUBE:*/
case CR_DUSTDEVIL:
player->drawangle += ANG20;
break;
/* -- in case we wanted to have the camera freely movable during zoom tubes
case CR_ZOOMTUBE:*/
case CR_ROPEHANG:
if (player->mo->momx || player->mo->momy)
{