diff options
author | Max Horn | 2006-01-29 17:47:05 +0000 |
---|---|---|
committer | Max Horn | 2006-01-29 17:47:05 +0000 |
commit | 83d6bd606c923751062a7694159e0e796a580bcc (patch) | |
tree | 9fdcdefbdc7cfc32752132c121d6111cfb92f9e8 | |
parent | e5e7587443a17a79129287bf26b3229663cae69f (diff) | |
download | scummvm-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.h | 5 |
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, |