mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 20:50:58 +00:00
Don't ifdef CV_LoadDemoVars out if OLD22DEMOCOMPAT defined
This commit is contained in:
parent
90302330ed
commit
bdb44e6ce1
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…
Reference in a new issue