mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-20 13:42:49 +00:00
Missed a ResetView line
This commit is contained in:
parent
20b83c84ef
commit
c00fcfe2ea
1 changed files with 1 additions and 1 deletions
|
|
@ -1968,7 +1968,7 @@ static void Command_View_f(void)
|
|||
|
||||
olddisplayplayer = (*displayplayerp);
|
||||
(*displayplayerp) = playernum;
|
||||
G_ResetView(viewnum, playernum);
|
||||
G_ResetView(viewnum, playernum, false);
|
||||
|
||||
/* The player we wanted was corrected to who it already was. */
|
||||
if ((*displayplayerp) == olddisplayplayer)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue