aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/vmenu.cpp
diff options
context:
space:
mode:
authorStrangerke2011-09-18 11:25:34 +0200
committerStrangerke2011-09-18 11:25:34 +0200
commit2d882fdf18f9c43fb73d669e9b4b02f65351d4a3 (patch)
tree7a76561d62dc31dec51ed5f1f53a7fc67ce60434 /engines/cge/vmenu.cpp
parentcf54fc98d5bf47469284e2d6f9bc3d5807445adb (diff)
downloadscummvm-rg350-2d882fdf18f9c43fb73d669e9b4b02f65351d4a3.tar.gz
scummvm-rg350-2d882fdf18f9c43fb73d669e9b4b02f65351d4a3.tar.bz2
scummvm-rg350-2d882fdf18f9c43fb73d669e9b4b02f65351d4a3.zip
CGE: Rename Snail into CommandHandler, plus some associated renamings
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 2303d0fafa..a317a765d4 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;
- _vm->_snail_->addCommand(kSnKill, -1, 0, this);
+ _vm->_commandHandlerTurbo->addCommand(kCmdKill, -1, 0, this);
_recent = n;
assert(_menu[n].Proc);
CALL_MEMBER_FN(*_vm, _menu[n].Proc)();