mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-29 05:41:02 +00:00
Fix replay split breaking with less than four viewpoints
This commit is contained in:
parent
0c11562209
commit
6a131f368f
1 changed files with 1 additions and 1 deletions
|
@ -6143,7 +6143,6 @@ void G_DoPlayDemo(char *defdemoname)
|
|||
} else {
|
||||
splitscreen = 3;
|
||||
fourthdisplayplayer = p;
|
||||
R_ExecuteSetViewSize();
|
||||
}
|
||||
}
|
||||
playeringame[p] = true;
|
||||
|
@ -6174,6 +6173,7 @@ void G_DoPlayDemo(char *defdemoname)
|
|||
// Look for the next player
|
||||
p = READUINT8(demo_p);
|
||||
}
|
||||
R_ExecuteSetViewSize();
|
||||
}
|
||||
|
||||
P_SetRandSeed(randseed);
|
||||
|
|
Loading…
Reference in a new issue