aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/saga.h
diff options
context:
space:
mode:
authorFilippos Karapetis2007-08-26 15:57:30 +0000
committerFilippos Karapetis2007-08-26 15:57:30 +0000
commit3ce737eb2a1f8477b389f68b81eb01f6a7280a57 (patch)
tree2180e73755721427d8850716e26e9396da6c1000 /engines/saga/saga.h
parentd282f32604b563ae51cccd2f49f135753f4dfc62 (diff)
downloadscummvm-rg350-3ce737eb2a1f8477b389f68b81eb01f6a7280a57.tar.gz
scummvm-rg350-3ce737eb2a1f8477b389f68b81eb01f6a7280a57.tar.bz2
scummvm-rg350-3ce737eb2a1f8477b389f68b81eb01f6a7280a57.zip
Cleanup
svn-id: r28748
Diffstat (limited to 'engines/saga/saga.h')
-rw-r--r--engines/saga/saga.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/saga/saga.h b/engines/saga/saga.h
index 4f59e729bd..fc74702143 100644
--- a/engines/saga/saga.h
+++ b/engines/saga/saga.h
@@ -69,7 +69,12 @@ struct StringList;
#define MAXPATH 512 //TODO: remove
+// Note that IHNM has a smaller save title size than ITE
+// We allocate the ITE save title size in savegames, to
+// preserve savegame backwards compatibility. We only check
+// for IHNM's save title during text input
#define SAVE_TITLE_SIZE 28
+#define IHNM_SAVE_TITLE_SIZE 22
#define MAX_SAVES 96
#define MAX_FILE_NAME 256