From 56754c2a9d98ba41f97e0596fd0015f3edb07366 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Fri, 2 Jan 2015 22:34:45 +0100 Subject: ACCESS: MM - Make RMOUSE game-specific --- engines/access/martian/martian_resources.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'engines/access/martian/martian_resources.cpp') 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 -- cgit v1.2.3