Replaced GUI dialog with warning. We don't have any screen to draw on yet.
svn-id: r30782
This commit is contained in:
parent
7a70a4fb92
commit
0c6cd983dc
1 changed files with 3 additions and 2 deletions
|
@ -324,8 +324,9 @@ extern "C" int scummvm_main(int argc, char *argv[]) {
|
|||
// PluginManager::instance().unloadPlugins();
|
||||
PluginManager::instance().loadPlugins();
|
||||
} else {
|
||||
GUI::MessageDialog alert("Could not find any engine capable of running the selected game!");
|
||||
alert.runModal();
|
||||
// A dialog would be nicer, but we don't have any
|
||||
// screen to draw on yet.
|
||||
warning("Could not find any engine capable of running the selected game");
|
||||
}
|
||||
|
||||
launcherDialog(system);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue