aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMax Horn2002-09-29 23:06:41 +0000
committerMax Horn2002-09-29 23:06:41 +0000
commitfa1d629a85918acbdde194f38bbe2fb4ca5c5727 (patch)
treeac0d09faa7a255473c6759813c104857156952e7 /common
parentc71de2da47d208bf50dcf89f7d7f635c2c3c9a28 (diff)
downloadscummvm-rg350-fa1d629a85918acbdde194f38bbe2fb4ca5c5727.tar.gz
scummvm-rg350-fa1d629a85918acbdde194f38bbe2fb4ca5c5727.tar.bz2
scummvm-rg350-fa1d629a85918acbdde194f38bbe2fb4ca5c5727.zip
disable experimental launcher dialog by default (at least till it is usable)
svn-id: r5044
Diffstat (limited to 'common')
-rw-r--r--common/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/main.cpp b/common/main.cpp
index 207269500a..651d1d2891 100644
--- a/common/main.cpp
+++ b/common/main.cpp
@@ -152,7 +152,7 @@ int main(int argc, char *argv[])
// TODO - move this up for the launcher dialog?
g_gui = new NewGui(system);
-#if 1
+#if 0
// FIXME - we need to call init_size() here so that we can display for example
// the launcher dialog. But the Engine object will also call it again (possibly
// with a different widht/height!9 However, this method is not for all OSystem