From 49a2efe408575dbbbdd4e7fc060df843dd8ecd1f Mon Sep 17 00:00:00 2001 From: Borja Lorente Date: Tue, 19 Jul 2016 13:10:31 +0200 Subject: MACVENTURE: Shadowgate Winnable --- engines/macventure/gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/macventure/gui.cpp b/engines/macventure/gui.cpp index 6c9ccf6a2f..c1582988cf 100644 --- a/engines/macventure/gui.cpp +++ b/engines/macventure/gui.cpp @@ -219,7 +219,7 @@ void Gui::initWindows() { loadBorder(_controlsWindow, "border_command.bmp", true); // Main Game Window - _mainGameWindow = _wm.addWindow(false, false, false); + _mainGameWindow = _wm.addWindow(true, true, true); _mainGameWindow->setDimensions(getWindowData(kMainGameWindow).bounds); _mainGameWindow->setActive(false); _mainGameWindow->setCallback(mainGameWindowCallback, this); -- cgit v1.2.3