aboutsummaryrefslogtreecommitdiff
path: root/base/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'base/main.cpp')
-rw-r--r--base/main.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/base/main.cpp b/base/main.cpp
index be0c84bb1c..45e0aef728 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -70,9 +70,7 @@ static bool launcherDialog(OSystem &system) {
#if 1
- GUI::InterfaceManager iManager(&system, GUI::InterfaceManager::kGfxStandard16bit);
-
- iManager.runGUI();
+ g_InterfaceManager.runGUI();
return true;
#else