aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/gui.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2016-04-26 19:35:27 +0200
committerEugene Sandulenko2016-04-26 19:35:27 +0200
commitd26c12c49778be525f23746c774e53c3f61852c4 (patch)
tree1d2cc41d9fbf2629a281f1664c327de0da332c4a /engines/wage/gui.cpp
parentfab749cbe6ab0155bf3db17d013ad593e009ab33 (diff)
downloadscummvm-rg350-d26c12c49778be525f23746c774e53c3f61852c4.tar.gz
scummvm-rg350-d26c12c49778be525f23746c774e53c3f61852c4.tar.bz2
scummvm-rg350-d26c12c49778be525f23746c774e53c3f61852c4.zip
WAGE: Reuse WM _screen for Menu
Diffstat (limited to 'engines/wage/gui.cpp')
-rw-r--r--engines/wage/gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wage/gui.cpp b/engines/wage/gui.cpp
index c49b1ff230..1feed364cd 100644
--- a/engines/wage/gui.cpp
+++ b/engines/wage/gui.cpp
@@ -186,7 +186,7 @@ Gui::Gui(WageEngine *engine) {
g_system->getTimerManager()->installTimerProc(&cursorTimerHandler, 200000, this, "wageCursor");
- _menu = _wm.addMenu(&_screen, this);
+ _menu = _wm.addMenu(this);
_sceneWindow = _wm.addWindow(false, false);
_sceneWindow->setCallback(sceneWindowCallback, this);