Fix replay split breaking with less than four viewpoints

This commit is contained in:
fickleheart 2019-01-31 23:03:44 -06:00
parent 8837fac760
commit e1c2bc0fa9

View file

@ -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);