mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-30 14:14:43 +00:00
ACCESS: MM - Fix the coordinates of the last menu icon
This commit is contained in:
parent
1d100589ab
commit
e4710aedfa
@ -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[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user