From 31e1e02ad6f589d927c361026722cfaf7ac74d94 Mon Sep 17 00:00:00 2001 From: Borja Lorente Date: Mon, 22 Aug 2016 17:03:29 +0200 Subject: MACVENTURE: Fix window initialization --- engines/macventure/gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/macventure') 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); -- cgit v1.2.3