(svn r11228) -Codechange: implement the "moreanimation" feature of TTDP, so we can properly support newindustries.

This commit is contained in:
rubidium
2007-10-08 19:56:21 +00:00
parent bbbfcb4360
commit cb6cdf7978
5 changed files with 88 additions and 35 deletions

View File

@@ -29,7 +29,7 @@
#include "strings.h"
#include <list>
extern const uint16 SAVEGAME_VERSION = 79;
extern const uint16 SAVEGAME_VERSION = 80;
uint16 _sl_version; ///< the major savegame version identifier
byte _sl_minor_version; ///< the minor savegame version, DO NOT USE!