mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-24 11:20:27 +01:00
Fix Intro loop when here are no demos
This commit is contained in:
parent
d7d1d80ec5
commit
a659f2a769
|
@ -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