aboutsummaryrefslogtreecommitdiff
path: root/engines/access/martian/martian_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/martian/martian_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/martian/martian_resources.cpp')
-rw-r--r--engines/access/martian/martian_resources.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/access/martian/martian_resources.cpp b/engines/access/martian/martian_resources.cpp
index f46232977a..f460800a97 100644
--- a/engines/access/martian/martian_resources.cpp
+++ b/engines/access/martian/martian_resources.cpp
@@ -753,6 +753,10 @@ const byte ICON_DATA[] = {
0x00, 0x2D, 0x3A
};
-} // End of namespace Martian
+const int RMOUSE[10][2] = {
+ { 7, 36 }, { 38, 68 }, { 70, 99 }, { 102, 125 }, { 128, 152 },
+ { 155, 185 }, { 188, 216 }, { 219, 260 }, { 263, 293 }, { 295, 214 }
+};
+} // End of namespace Martian
} // End of namespace Access