Fix compile

This commit is contained in:
Sally Coolatta 2022-09-25 15:30:50 -04:00
parent 15edb40eb5
commit 4c3c588e3a

View file

@ -3137,7 +3137,7 @@ void G_DoPlayDemo(char *defdemoname)
P_SetRandSeed(i, randseed[i]);
}
G_InitNew(demoflags & DF_ENCORE, G_BuildMapName(gamemap), true, true, false); // Doesn't matter whether you reset or not here, given changes to resetplayer.
G_InitNew(demoflags & DF_ENCORE, gamemap, true, true, false); // Doesn't matter whether you reset or not here, given changes to resetplayer.
for (i = 0; i < MAXPLAYERS; i++)
{