aboutsummaryrefslogtreecommitdiff
path: root/engines/access/amazon/amazon_resources.cpp
diff options
context:
space:
mode:
authorStrangerke2015-01-02 22:34:45 +0100
committerStrangerke2015-01-02 22:34:45 +0100
commit56754c2a9d98ba41f97e0596fd0015f3edb07366 (patch)
treef91a6dad9385e11d26fc896a6a01545b333042a0 /engines/access/amazon/amazon_resources.cpp
parentf11032eb4e5591536b6565dcf7d7190777c868d8 (diff)
downloadscummvm-rg350-56754c2a9d98ba41f97e0596fd0015f3edb07366.tar.gz
scummvm-rg350-56754c2a9d98ba41f97e0596fd0015f3edb07366.tar.bz2
scummvm-rg350-56754c2a9d98ba41f97e0596fd0015f3edb07366.zip
ACCESS: MM - Make RMOUSE game-specific
Diffstat (limited to 'engines/access/amazon/amazon_resources.cpp')
-rw-r--r--engines/access/amazon/amazon_resources.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/engines/access/amazon/amazon_resources.cpp b/engines/access/amazon/amazon_resources.cpp
index 2010c7d842..2b36ca943a 100644
--- a/engines/access/amazon/amazon_resources.cpp
+++ b/engines/access/amazon/amazon_resources.cpp
@@ -2406,6 +2406,11 @@ const int CAST_END_OBJ1[4][4] = {
{ 3, 103, 1300, 10 }
};
-} // End of namespace Amazon
+const int RMOUSE[10][2] = {
+ { 0, 35 }, { 0, 0 }, { 36, 70 }, { 71, 106 }, { 107, 141 },
+ { 142, 177 }, { 178, 212 }, { 213, 248 }, { 249, 283 }, { 284, 318 }
+};
+
+} // End of namespace Amazon
} // End of namespace Access