aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/vmenu.cpp
diff options
context:
space:
mode:
authorStrangerke2011-07-23 14:31:39 +0200
committerStrangerke2011-07-23 14:31:39 +0200
commitc728a53148d436cfebb33d58a75f3146980a39e0 (patch)
tree327b58625f9df0d80aef48d871df7ea1339549d7 /engines/cge/vmenu.cpp
parent3ef0558aa933ce20242b3f842c235f792a6d2d32 (diff)
downloadscummvm-rg350-c728a53148d436cfebb33d58a75f3146980a39e0.tar.gz
scummvm-rg350-c728a53148d436cfebb33d58a75f3146980a39e0.tar.bz2
scummvm-rg350-c728a53148d436cfebb33d58a75f3146980a39e0.zip
CGE: Rename IOMode and SnCom enums
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 af3d5ff4f5..2c22625ae3 100644
--- a/engines/cge/vmenu.cpp
+++ b/engines/cge/vmenu.cpp
@@ -138,7 +138,7 @@ void Vmenu::touch(uint16 mask, int x, int y) {
if (ok && (mask & L_UP)) {
_items = 0;
- SNPOST_(SNKILL, -1, 0, this);
+ _snail_->addCom(kSnKill, -1, 0, this);
_recent = n;
assert(_menu[n].Proc);
CALL_MEMBER_FN(*_vm, _menu[n].Proc)();