mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'bird-pain' into 'next'
Fix playing back demos never working (closes #203) Closes #203 See merge request STJr/SRB2!1149
This commit is contained in:
commit
7374769573
1 changed files with 1 additions and 2 deletions
|
|
@ -1933,9 +1933,8 @@ void G_DoPlayDemo(char *defdemoname)
|
|||
if (use_old_demo_vars)
|
||||
CV_LoadOldDemoVars(&demo_p);
|
||||
else
|
||||
#else
|
||||
CV_LoadDemoVars(&demo_p);
|
||||
#endif
|
||||
CV_LoadDemoVars(&demo_p);
|
||||
|
||||
// Sigh ... it's an empty demo.
|
||||
if (*demo_p == DEMOMARKER)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue