mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-15 01:01:43 +00:00
Fix skybox bug
This commit is contained in:
parent
98dbdd7db5
commit
a7df73a35f
1 changed files with 1 additions and 1 deletions
|
@ -852,7 +852,7 @@ void R_SkyboxFrame(player_t *player)
|
|||
{
|
||||
for (i = 1; i <= splitscreen; i++)
|
||||
{
|
||||
if (player == &players[i])
|
||||
if (player == &players[displayplayers[i]])
|
||||
{
|
||||
thiscam = &camera[i];
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue