Don't ifdef CV_LoadDemoVars out if OLD22DEMOCOMPAT defined

This commit is contained in:
James R 2020-09-19 18:34:52 -07:00
parent 90302330ed
commit bdb44e6ce1
1 changed files with 1 additions and 2 deletions

View File

@ -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)