diff options
author | Filippos Karapetis | 2007-09-30 13:47:09 +0000 |
---|---|---|
committer | Filippos Karapetis | 2007-09-30 13:47:09 +0000 |
commit | 0175cf13b2cab1404af79f6c1cbed2ae9061c91b (patch) | |
tree | a1cfe020ad253dc0fe9843c0eeaad352148c0d3f | |
parent | 93a31a7b6b428f92ac9061d05c55c2004bbb5037 (diff) | |
download | scummvm-rg350-0175cf13b2cab1404af79f6c1cbed2ae9061c91b.tar.gz scummvm-rg350-0175cf13b2cab1404af79f6c1cbed2ae9061c91b.tar.bz2 scummvm-rg350-0175cf13b2cab1404af79f6c1cbed2ae9061c91b.zip |
Fixed the placement of the save game reminder icon in IHNM
svn-id: r29147
-rw-r--r-- | engines/saga/displayinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/saga/displayinfo.h b/engines/saga/displayinfo.h index d7d51a1e9f..8fc9227402 100644 --- a/engines/saga/displayinfo.h +++ b/engines/saga/displayinfo.h @@ -374,7 +374,7 @@ static const GameDisplayInfo IHNM_DisplayInfo = { 8, // status text y offset 253, // status text color 250, // status BG color - 616, 303, // save reminder pos + 616, 304, // save reminder pos 24, 24, // save reminder w&h 0,1, // save reminder sprite numbers |