mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Index displayplayers correctly
This commit is contained in:
parent
ab88884351
commit
8faff03f31
1 changed files with 1 additions and 1 deletions
|
|
@ -2040,7 +2040,7 @@ static void Command_View_f(void)
|
|||
return;
|
||||
}
|
||||
|
||||
displayplayerp = &displayplayers[viewnum];
|
||||
displayplayerp = &displayplayers[viewnum-1];
|
||||
|
||||
if (COM_Argc() > 1)/* switch to player */
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue