diff options
author | Max Horn | 2002-09-29 23:06:41 +0000 |
---|---|---|
committer | Max Horn | 2002-09-29 23:06:41 +0000 |
commit | fa1d629a85918acbdde194f38bbe2fb4ca5c5727 (patch) | |
tree | ac0d09faa7a255473c6759813c104857156952e7 | |
parent | c71de2da47d208bf50dcf89f7d7f635c2c3c9a28 (diff) | |
download | scummvm-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
-rw-r--r-- | common/main.cpp | 2 |
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 |