1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-30 09:59:10 +00:00

(svn r25702) -Add: about 3000 years of savegame compatibility.

This commit is contained in:
frosch
2013-08-08 19:01:02 +00:00
parent 63382ac9c5
commit b0a063ed77

View File

@@ -88,7 +88,7 @@ enum SLRefType {
};
/** Highest possible savegame version. */
#define SL_MAX_VERSION 255
#define SL_MAX_VERSION UINT16_MAX
/** Flags of a chunk. */
enum ChunkType {