Replaced GUI dialog with warning. We don't have any screen to draw on yet.

svn-id: r30782
This commit is contained in:
Torbjörn Andersson 2008-02-03 21:15:48 +00:00
parent 7a70a4fb92
commit 0c6cd983dc

View file

@ -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);