mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- Blood: When starting a new game, reset the global flag immediately.
Otherwise the game can get stuck in an endless loop when trying to set up a level. Fixes 168.
This commit is contained in:
parent
57edd370a7
commit
05fbfa3f25
1 changed files with 1 additions and 1 deletions
|
@ -888,7 +888,7 @@ static void commonTicker(bool &playvideo)
|
|||
}
|
||||
if (gStartNewGame)
|
||||
{
|
||||
|
||||
gStartNewGame = false;
|
||||
auto completion = [](bool = false)
|
||||
{
|
||||
StartLevel(&gGameOptions);
|
||||
|
|
Loading…
Reference in a new issue