aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/gui.cpp
diff options
context:
space:
mode:
authorBorja Lorente2016-07-19 13:10:31 +0200
committerBorja Lorente2016-08-14 18:55:18 +0200
commit49a2efe408575dbbbdd4e7fc060df843dd8ecd1f (patch)
tree8376e2171c5ae612c302fa94a9d88805e4a1c16b /engines/macventure/gui.cpp
parent09a4a4ac39f0cdaf7f8f78eb35ccadcb2cf1b467 (diff)
downloadscummvm-rg350-49a2efe408575dbbbdd4e7fc060df843dd8ecd1f.tar.gz
scummvm-rg350-49a2efe408575dbbbdd4e7fc060df843dd8ecd1f.tar.bz2
scummvm-rg350-49a2efe408575dbbbdd4e7fc060df843dd8ecd1f.zip
MACVENTURE: Shadowgate Winnable
Diffstat (limited to 'engines/macventure/gui.cpp')
-rw-r--r--engines/macventure/gui.cpp2
1 files changed, 1 insertions, 1 deletions
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);