diff options
-rw-r--r-- | engines/macventure/gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/macventure/gui.cpp b/engines/macventure/gui.cpp index 4084a89b52..dff41b3c23 100644 --- a/engines/macventure/gui.cpp +++ b/engines/macventure/gui.cpp @@ -218,7 +218,7 @@ void Gui::initWindows() { loadBorders(_controlsWindow, findWindowData(kCommandsWindow).type); // Main Game Window - _mainGameWindow = _wm.addWindow(true, true, true); + _mainGameWindow = _wm.addWindow(false, false, false); _mainGameWindow->setDimensions(getWindowData(kMainGameWindow).bounds); _mainGameWindow->setActive(false); _mainGameWindow->setCallback(mainGameWindowCallback, this); |