aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/events.h
diff options
context:
space:
mode:
authorStrangerke2013-04-10 11:57:48 +0200
committerStrangerke2013-04-10 11:57:48 +0200
commit5ae15d1e108a22736637664112c38bfaa1018316 (patch)
tree69b22063cb44c901ed5ae4062458388497c4e984 /engines/hopkins/events.h
parent55938b39755f2bac9fa180aa3f646fa8041b059c (diff)
downloadscummvm-rg350-5ae15d1e108a22736637664112c38bfaa1018316.tar.gz
scummvm-rg350-5ae15d1e108a22736637664112c38bfaa1018316.tar.bz2
scummvm-rg350-5ae15d1e108a22736637664112c38bfaa1018316.zip
HOPKINS: Make the use of _mouseCursorId less verbose
Diffstat (limited to 'engines/hopkins/events.h')
-rw-r--r--engines/hopkins/events.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/events.h b/engines/hopkins/events.h
index 265cf53aae..1c3b3b1c28 100644
--- a/engines/hopkins/events.h
+++ b/engines/hopkins/events.h
@@ -75,7 +75,7 @@ public:
void initMouseData();
void delay(int totalMilli);
- void changeMouseCursor(int id);
+ void changeMouseCursor(const int id);
void refreshEvents();
int waitKeyPress();
int getMouseX();