Fix Intro loop when here are no demos

This commit is contained in:
severusseptimius 2023-02-22 18:44:02 +02:00
parent d7d1d80ec5
commit a659f2a769

View File

@ -366,6 +366,10 @@ void StartNextDemo(void)
}
}
if (_lhAutoDemos.Count()==1){
_bInAutoPlayLoop = FALSE;
}
if (_gmRunningGameMode==GM_NONE) {
_bInAutoPlayLoop = FALSE;
}