mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 04:11:18 +00:00
Fix interp-related skybox freak for splitscreen p1.
This commit is contained in:
parent
8cbedf789a
commit
66ac4bc309
1 changed files with 1 additions and 1 deletions
|
@ -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]])
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue