mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 04:41:23 +00:00
Index displayplayers correctly
This commit is contained in:
parent
c96f5dba0c
commit
91c707d6fd
1 changed files with 1 additions and 1 deletions
|
@ -2040,7 +2040,7 @@ static void Command_View_f(void)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
displayplayerp = &displayplayers[viewnum];
|
displayplayerp = &displayplayers[viewnum-1];
|
||||||
|
|
||||||
if (COM_Argc() > 1)/* switch to player */
|
if (COM_Argc() > 1)/* switch to player */
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue