mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix replay split breaking with less than four viewpoints
This commit is contained in:
parent
8837fac760
commit
e1c2bc0fa9
1 changed files with 1 additions and 1 deletions
|
|
@ -6143,7 +6143,6 @@ void G_DoPlayDemo(char *defdemoname)
|
||||||
} else {
|
} else {
|
||||||
splitscreen = 3;
|
splitscreen = 3;
|
||||||
fourthdisplayplayer = p;
|
fourthdisplayplayer = p;
|
||||||
R_ExecuteSetViewSize();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
playeringame[p] = true;
|
playeringame[p] = true;
|
||||||
|
|
@ -6174,6 +6173,7 @@ void G_DoPlayDemo(char *defdemoname)
|
||||||
// Look for the next player
|
// Look for the next player
|
||||||
p = READUINT8(demo_p);
|
p = READUINT8(demo_p);
|
||||||
}
|
}
|
||||||
|
R_ExecuteSetViewSize();
|
||||||
}
|
}
|
||||||
|
|
||||||
P_SetRandSeed(randseed);
|
P_SetRandSeed(randseed);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue