From e4710aedfa2ffc08151b49e148d55ffb6344e792 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 25 Jan 2015 01:36:18 +0100 Subject: ACCESS: MM - Fix the coordinates of the last menu icon --- engines/access/martian/martian_resources.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/access/martian') diff --git a/engines/access/martian/martian_resources.cpp b/engines/access/martian/martian_resources.cpp index 5e07cd7db5..72156ec52a 100644 --- a/engines/access/martian/martian_resources.cpp +++ b/engines/access/martian/martian_resources.cpp @@ -806,7 +806,7 @@ const byte ICON_DATA[] = { 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 } + { 155, 185 }, { 188, 216 }, { 219, 260 }, { 263, 293 }, { 295, 314 } }; const char *const TRAVDATA[] = { -- cgit v1.2.3