mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 02:20:25 +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) {
|
if (_gmRunningGameMode==GM_NONE) {
|
||||||
_bInAutoPlayLoop = FALSE;
|
_bInAutoPlayLoop = FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user