AD: Fix compilation
This commit is contained in:
parent
4a9e468f6e
commit
342f51b196
3 changed files with 6 additions and 1 deletions
|
@ -644,6 +644,10 @@ void Engine::openMainMenuDialog() {
|
|||
syncSoundSettings();
|
||||
}
|
||||
|
||||
bool Engine::warnUserAboutUnsupportedGame() {
|
||||
return warnUserAboutUnsupportedGame("");
|
||||
}
|
||||
|
||||
bool Engine::warnUserAboutUnsupportedGame(Common::String msg) {
|
||||
if (ConfMan.getBool("enable_unsupported_game_warning")) {
|
||||
GUI::MessageDialog alert(!msg.empty() ? _("WARNING: ") + Common::U32String(msg) + _(" Shall we still run the game?") :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue