mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-24 12:44:10 +01:00
(svn r25702) -Add: about 3000 years of savegame compatibility.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user