mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-01 14:11:01 +00:00
parent
2dad86a304
commit
09a3567f14
1 changed files with 1 additions and 0 deletions
|
@ -889,6 +889,7 @@ static void commonTicker(bool &playvideo)
|
||||||
if (gStartNewGame)
|
if (gStartNewGame)
|
||||||
{
|
{
|
||||||
gStartNewGame = false;
|
gStartNewGame = false;
|
||||||
|
gQuitGame = false;
|
||||||
auto completion = [](bool = false)
|
auto completion = [](bool = false)
|
||||||
{
|
{
|
||||||
StartLevel(&gGameOptions);
|
StartLevel(&gGameOptions);
|
||||||
|
|
Loading…
Reference in a new issue