mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Forgot to copy something over from the CR_ROPEHANG case
This commit is contained in:
parent
68a065ca9e
commit
1076b59bd1
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…
Add table
Reference in a new issue