mirror of https://github.com/OpenTTD/OpenTTD
(svn r25702) -Add: about 3000 years of savegame compatibility.
parent
63382ac9c5
commit
b0a063ed77
|
@ -88,7 +88,7 @@ enum SLRefType {
|
||||||
};
|
};
|
||||||
|
|
||||||
/** Highest possible savegame version. */
|
/** Highest possible savegame version. */
|
||||||
#define SL_MAX_VERSION 255
|
#define SL_MAX_VERSION UINT16_MAX
|
||||||
|
|
||||||
/** Flags of a chunk. */
|
/** Flags of a chunk. */
|
||||||
enum ChunkType {
|
enum ChunkType {
|
||||||
|
|
Loading…
Reference in New Issue