Prevent replays from asserting on start
This commit is contained in:
parent
d767f383a4
commit
62dac53cdd
1 changed files with 1 additions and 1 deletions
|
|
@ -3256,7 +3256,7 @@ void G_DoPlayDemo(char *defdemoname)
|
||||||
if (!playeringame[displayplayers[0]] || players[displayplayers[0]].spectator)
|
if (!playeringame[displayplayers[0]] || players[displayplayers[0]].spectator)
|
||||||
displayplayers[0] = consoleplayer = serverplayer = p;
|
displayplayers[0] = consoleplayer = serverplayer = p;
|
||||||
|
|
||||||
playeringame[p] = true;
|
G_AddPlayer(p, p);
|
||||||
players[p].spectator = spectator;
|
players[p].spectator = spectator;
|
||||||
|
|
||||||
if (flags & DEMO_KICKSTART)
|
if (flags & DEMO_KICKSTART)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue