Fix skybox bug

This commit is contained in:
TehRealSalt 2019-05-06 21:17:32 -04:00
parent 98dbdd7db5
commit a7df73a35f
1 changed files with 1 additions and 1 deletions

View File

@ -852,7 +852,7 @@ void R_SkyboxFrame(player_t *player)
{ {
for (i = 1; i <= splitscreen; i++) for (i = 1; i <= splitscreen; i++)
{ {
if (player == &players[i]) if (player == &players[displayplayers[i]])
{ {
thiscam = &camera[i]; thiscam = &camera[i];
break; break;