Skip to content
Snippets Groups Projects
Commit 66ac4bc3 authored by toaster's avatar toaster
Browse files

Fix interp-related skybox freak for splitscreen p1.

parent 8cbedf78
Branches
No related tags found
No related merge requests found
......@@ -805,7 +805,7 @@ void R_SkyboxFrame(player_t *player)
if (splitscreen)
{
for (i = 1; i <= splitscreen; i++)
for (i = 0; i <= splitscreen; i++)
{
if (player == &players[displayplayers[i]])
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment