mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-20 00:11:19 +00:00
Update p_user.c
This commit is contained in:
parent
0d7c49e7e4
commit
87f7100d2e
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue