aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/vmenu.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2011-07-02 20:04:30 +1000
committerPaul Gilbert2011-07-02 20:04:30 +1000
commit72ae475c97e6f0ba1cae2f7aa0bc2860e45de495 (patch)
tree51b1031769851a3f44d1763033f4d0155aadae45 /engines/cge/vmenu.cpp
parentbb3d61b137aea4cab3e82d4f9f93b1dbea27c54e (diff)
downloadscummvm-rg350-72ae475c97e6f0ba1cae2f7aa0bc2860e45de495.tar.gz
scummvm-rg350-72ae475c97e6f0ba1cae2f7aa0bc2860e45de495.tar.bz2
scummvm-rg350-72ae475c97e6f0ba1cae2f7aa0bc2860e45de495.zip
CGE: Fix naming of touch() virtual methods, and fixed keyboard handling
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 149af901e8..d999dfa760 100644
--- a/engines/cge/vmenu.cpp
+++ b/engines/cge/vmenu.cpp
@@ -125,7 +125,7 @@ VMENU::~VMENU(void) {
}
-void VMENU::Touch(uint16 mask, int x, int y) {
+void VMENU::touch(uint16 mask, int x, int y) {
uint16 h = FONT_HIG + TEXT_LS;
bool ok = false;