mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-25 19:43:22 +00:00
Remove jitters in view command
This commit is contained in:
parent
5e6b3a650c
commit
a991af5c6a
1 changed files with 0 additions and 1 deletions
|
|
@ -1967,7 +1967,6 @@ static void Command_View_f(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
olddisplayplayer = (*displayplayerp);
|
olddisplayplayer = (*displayplayerp);
|
||||||
(*displayplayerp) = playernum;
|
|
||||||
G_ResetView(viewnum, playernum, false);
|
G_ResetView(viewnum, playernum, false);
|
||||||
|
|
||||||
/* The player we wanted was corrected to who it already was. */
|
/* The player we wanted was corrected to who it already was. */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue