Fix replay playback not processing ticcmds after a titledemo ends

This commit is contained in:
James R 2025-08-12 01:13:54 -07:00
parent 18307871bf
commit d8732affdf

View file

@ -2906,6 +2906,7 @@ void G_DoPlayDemoEx(const char *defdemoname, lumpnum_t deflumpnum)
// read demo header
gameaction = ga_nothing;
demo.playback = true;
demo.waitingfortally = false;
demo.buffer = &demobuf;
if (memcmp(demobuf.p, DEMOHEADER, 12))
{