diff options
-rw-r--r-- | engines/access/martian/martian_resources.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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[] = { |