mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2025-04-01 11:40:05 +02: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…
x
Reference in New Issue
Block a user