diff options
| author | Strangerke | 2015-01-25 01:36:18 +0100 | 
|---|---|---|
| committer | Strangerke | 2015-01-25 01:36:18 +0100 | 
| commit | e4710aedfa2ffc08151b49e148d55ffb6344e792 (patch) | |
| tree | 70cb0accb0f091c33ee0096301dab57036b8658f | |
| parent | 1d100589ab1a6957b92fae09676ccc0974853d43 (diff) | |
| download | scummvm-rg350-e4710aedfa2ffc08151b49e148d55ffb6344e792.tar.gz scummvm-rg350-e4710aedfa2ffc08151b49e148d55ffb6344e792.tar.bz2 scummvm-rg350-e4710aedfa2ffc08151b49e148d55ffb6344e792.zip | |
ACCESS: MM - Fix the coordinates of the last menu icon
| -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[] = { | 
