aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/vmenu.cpp
diff options
context:
space:
mode:
authorStrangerke2011-09-17 10:54:50 +0200
committerStrangerke2011-09-17 10:54:50 +0200
commit4778ff720c3e7c6527dde90c9eba7ccab7646cbb (patch)
treec2a603d9691287ed2a3232657c68ff1522d84f80 /engines/cge/vmenu.cpp
parentf5eca796580f5e16a2389d980b8330b2ab6b0980 (diff)
downloadscummvm-rg350-4778ff720c3e7c6527dde90c9eba7ccab7646cbb.tar.gz
scummvm-rg350-4778ff720c3e7c6527dde90c9eba7ccab7646cbb.tar.bz2
scummvm-rg350-4778ff720c3e7c6527dde90c9eba7ccab7646cbb.zip
CGE: Move some more globals to CGEEngine
Diffstat (limited to 'engines/cge/vmenu.cpp')
-rw-r--r--engines/cge/vmenu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/vmenu.cpp b/engines/cge/vmenu.cpp
index 25510a62a2..76d6850174 100644
--- a/engines/cge/vmenu.cpp
+++ b/engines/cge/vmenu.cpp
@@ -112,7 +112,7 @@ void Vmenu::touch(uint16 mask, int x, int y) {
if (ok && (mask & kMouseLeftUp)) {
_items = 0;
- _snail_->addCom(kSnKill, -1, 0, this);
+ _vm->_snail_->addCom(kSnKill, -1, 0, this);
_recent = n;
assert(_menu[n].Proc);
CALL_MEMBER_FN(*_vm, _menu[n].Proc)();