mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-21 18:10:26 +01:00
Merge pull request #62 from severusseptimius/master
Fix Intro loop when here are no demos
This commit is contained in:
commit
507606ca19
|
@ -366,6 +366,10 @@ void StartNextDemo(void)
|
|||
}
|
||||
}
|
||||
|
||||
if (_lhAutoDemos.Count()==1){
|
||||
_bInAutoPlayLoop = FALSE;
|
||||
}
|
||||
|
||||
if (_gmRunningGameMode==GM_NONE) {
|
||||
_bInAutoPlayLoop = FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user