mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
ACCESS: MM - Fix the coordinates of the last menu icon
This commit is contained in:
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user