mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-19 07:51:43 +00:00
Forgot to copy something over from the CR_ROPEHANG case
This commit is contained in:
parent
4385e07c0b
commit
287c25b8f9
1 changed files with 4 additions and 0 deletions
|
@ -10468,6 +10468,10 @@ void P_PlayerThink(player_t *player)
|
|||
if (!P_AnalogMove(player))
|
||||
player->mo->angle = (cmd->angleturn << 16 /* not FRACBITS */);
|
||||
|
||||
ticruned++;
|
||||
if ((cmd->angleturn & TICCMD_RECEIVED) == 0)
|
||||
ticmiss++;
|
||||
|
||||
P_MinecartThink(player);
|
||||
}
|
||||
else if (player->mo->tracer && player->mo->tracer->type == MT_TUBEWAYPOINT && (player->powers[pw_carry] == CR_ROPEHANG || player->powers[pw_carry] == CR_ZOOMTUBE))
|
||||
|
|
Loading…
Reference in a new issue