diff options
-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 |