aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/vmenu.cpp
diff options
context:
space:
mode:
authorStrangerke2011-08-02 21:47:56 +0200
committerStrangerke2011-08-02 21:47:56 +0200
commit6f92cdd0d0e124653c4164c7ab0f91e5b910f6bc (patch)
treed158a6c1d9208df64c129001f0d1b17bb1858779 /engines/cge/vmenu.cpp
parent88f6cc9b234432b068a6bd7e18ed92696dc95176 (diff)
downloadscummvm-rg350-6f92cdd0d0e124653c4164c7ab0f91e5b910f6bc.tar.gz
scummvm-rg350-6f92cdd0d0e124653c4164c7ab0f91e5b910f6bc.tar.bz2
scummvm-rg350-6f92cdd0d0e124653c4164c7ab0f91e5b910f6bc.zip
CGE: Rename some more defines
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 e8aa899583..48b27d9727 100644
--- a/engines/cge/vmenu.cpp
+++ b/engines/cge/vmenu.cpp
@@ -136,7 +136,7 @@ void Vmenu::touch(uint16 mask, int x, int y) {
_bar->gotoxy(_x + kTextHMargin - kMenuBarHM, _y + kTextVMargin + n * h - kMenuBarVM);
- if (ok && (mask & L_UP)) {
+ if (ok && (mask & kMouseLeftUp)) {
_items = 0;
_snail_->addCom(kSnKill, -1, 0, this);
_recent = n;