mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix replay playback not processing ticcmds after a titledemo ends
This commit is contained in:
parent
18307871bf
commit
d8732affdf
1 changed files with 1 additions and 0 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue