R_ViewRollAngle: don't apply camera tilting while using freecam
This commit is contained in:
parent
872b31563d
commit
c4825fb7e7
1 changed files with 1 additions and 1 deletions
|
|
@ -920,7 +920,7 @@ angle_t R_ViewRollAngle(const player_t *player)
|
|||
|
||||
if (cv_tilting.value)
|
||||
{
|
||||
if (!player->spectator)
|
||||
if (!player->spectator && !demo.freecam)
|
||||
{
|
||||
roll += player->tilt;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue