mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'print-correct-view' into 'master'
Print the correct player for the view command See merge request KartKrew/Kart-Public!141
This commit is contained in:
commit
a80bfe4f41
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…
Add table
Reference in a new issue