mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-13 14:07:04 +03:00
Return that we're exiting if DoTheGame becomes false - this silences a warning.
This commit is contained in:
parent
a120c73f96
commit
a976124540
1 changed files with 1 additions and 0 deletions
|
@ -692,6 +692,7 @@ GameStatus DoLevel(int index, std::string const& ambient, bool loadFromSavegame)
|
|||
return result;
|
||||
}
|
||||
}
|
||||
return GameStatus::ExitGame;
|
||||
}
|
||||
|
||||
void UpdateShatters()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue