aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/vmenu.h
diff options
context:
space:
mode:
authorStrangerke2012-07-04 23:18:29 +0200
committerStrangerke2012-07-05 21:31:42 +0200
commitb1cc34a080ff31fb22ab466624a99c0cdaeb51c1 (patch)
tree552f5fb61662d7679ae420aebe92e01ae6806e6b /engines/cge/vmenu.h
parent112f03390d308af60d9c5f5e9f29c30988d2e968 (diff)
downloadscummvm-rg350-b1cc34a080ff31fb22ab466624a99c0cdaeb51c1.tar.gz
scummvm-rg350-b1cc34a080ff31fb22ab466624a99c0cdaeb51c1.tar.bz2
scummvm-rg350-b1cc34a080ff31fb22ab466624a99c0cdaeb51c1.zip
CGE: Remove hack used to store keycode in CGEEvent
Diffstat (limited to 'engines/cge/vmenu.h')
-rw-r--r--engines/cge/vmenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/vmenu.h b/engines/cge/vmenu.h
index 89ef7a9484..928b48f11c 100644
--- a/engines/cge/vmenu.h
+++ b/engines/cge/vmenu.h
@@ -58,7 +58,7 @@ public:
MenuBar *_bar;
Vmenu(CGEEngine *vm, Choice *list, int x, int y);
~Vmenu();
- virtual void touch(uint16 mask, int x, int y);
+ virtual void touch(uint16 mask, int x, int y, Common::KeyCode keyCode);
private:
char *_vmgt;
CGEEngine *_vm;