From 0c6cd983dcc1e2eb6c89c67205505d7843d03bdb Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sun, 3 Feb 2008 21:15:48 +0000 Subject: Replaced GUI dialog with warning. We don't have any screen to draw on yet. svn-id: r30782 --- base/main.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'base') diff --git a/base/main.cpp b/base/main.cpp index 8030866e3d..f51e97dfdd 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -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); -- cgit v1.2.3