diff options
author | Eugene Sandulenko | 2005-10-10 23:28:22 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2005-10-10 23:28:22 +0000 |
commit | 7f11a7032c742efea07b65c1150071c24bc0b349 (patch) | |
tree | 1e8750fe3918b995c73e58d91614ba52acf009aa | |
parent | e344833146f2e1dc45120da9aae572af6de2f832 (diff) | |
download | scummvm-rg350-7f11a7032c742efea07b65c1150071c24bc0b349.tar.gz scummvm-rg350-7f11a7032c742efea07b65c1150071c24bc0b349.tar.bz2 scummvm-rg350-7f11a7032c742efea07b65c1150071c24bc0b349.zip |
Adjust save reminder position
svn-id: r19007
-rw-r--r-- | saga/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/game.cpp b/saga/game.cpp index 0ffd6825ca..2f819f30af 100644 --- a/saga/game.cpp +++ b/saga/game.cpp @@ -589,7 +589,7 @@ static GameDisplayInfo IHNM_DisplayInfo = { //TODO: fill it all 8, // status text y offset 186, // status text color 250, // status BG color - 616, 304, // save reminder pos + 616, 303, // save reminder pos 24, 24, // save reminder w&h 0,1, // save reminder sprite numbers |