mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-26 15:31:03 +00:00
Fixed being able to turn the camera while lightsnaking.
This commit is contained in:
parent
97d404de7b
commit
41bd345356
1 changed files with 0 additions and 5 deletions
|
|
@ -4480,11 +4480,6 @@ void P_PlayerThink(player_t *player)
|
|||
// Allows some turning
|
||||
P_MovePlayer(player);
|
||||
}
|
||||
else if (player->respawn.state == RESPAWNST_MOVE)
|
||||
{
|
||||
angle_t angleChange = player->cmd.turning << TICCMD_REDUCE;
|
||||
P_SetPlayerAngle(player, player->angleturn + angleChange);
|
||||
}
|
||||
}
|
||||
else if (player->mo->reactiontime)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue