aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2006-01-29 17:47:05 +0000
committerMax Horn2006-01-29 17:47:05 +0000
commit83d6bd606c923751062a7694159e0e796a580bcc (patch)
tree9fdcdefbdc7cfc32752132c121d6111cfb92f9e8
parente5e7587443a17a79129287bf26b3229663cae69f (diff)
downloadscummvm-rg350-83d6bd606c923751062a7694159e0e796a580bcc.tar.gz
scummvm-rg350-83d6bd606c923751062a7694159e0e796a580bcc.tar.bz2
scummvm-rg350-83d6bd606c923751062a7694159e0e796a580bcc.zip
Added a warning not to change the order of the res types
svn-id: r20299
-rw-r--r--scumm/scumm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 06fa8dcc0e..92c0ea54ad 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -286,6 +286,11 @@ struct InfoStuff {
uint32 playtime;
};
+/**
+ * A list of resource types.
+ * WARNING: Do not change the order of these, as the savegame format relies
+ * on it; any change made here will break savegame compatibility!
+ */
enum ResTypes {
rtFirst = 1,
rtRoom = 1,