aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/mouse.h
diff options
context:
space:
mode:
authorStrangerke2012-03-23 07:44:04 +0100
committerStrangerke2012-04-06 08:23:43 +0200
commit0111cea7d7b9164125cb6163050d1ddfcc1335f8 (patch)
tree8881a542e719726c1d85794a2f72ff11529003c8 /engines/mortevielle/mouse.h
parent09e8c82e8fc29472ec18d0a7ff2c69cc9b31975d (diff)
downloadscummvm-rg350-0111cea7d7b9164125cb6163050d1ddfcc1335f8.tar.gz
scummvm-rg350-0111cea7d7b9164125cb6163050d1ddfcc1335f8.tar.bz2
scummvm-rg350-0111cea7d7b9164125cb6163050d1ddfcc1335f8.zip
MORTEVIELLE: More renaming
Diffstat (limited to 'engines/mortevielle/mouse.h')
-rw-r--r--engines/mortevielle/mouse.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/mortevielle/mouse.h b/engines/mortevielle/mouse.h
index 0bf46d926d..b570f8913c 100644
--- a/engines/mortevielle/mouse.h
+++ b/engines/mortevielle/mouse.h
@@ -36,7 +36,8 @@ class MouseHandler {
private:
int s_s[12][6];
int _counter;
-
+ // TODO: Replace the following with proper implementations, or refactor out the code using them
+ int _port[0xfff];
public:
Common::Point _pos;