Merge pull request #62 from severusseptimius/master

Fix Intro loop when here are no demos
This commit is contained in:
ptitSeb 2023-02-22 19:06:11 +01:00 committed by GitHub
commit 507606ca19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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