diff options
author | frosch <frosch@openttd.org> | 2013-08-08 19:01:02 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2013-08-08 19:01:02 +0000 |
commit | b0a063ed77b0ae8e794c6375b05aed1c2c35dea8 (patch) | |
tree | 6150f2ae1da32be5ce87e493d1485cccafd2fc8d /src/saveload | |
parent | 63382ac9c5b3001859ca4e01d3a435c01afd262c (diff) | |
download | openttd-b0a063ed77b0ae8e794c6375b05aed1c2c35dea8.tar.xz |
(svn r25702) -Add: about 3000 years of savegame compatibility.
Diffstat (limited to 'src/saveload')
-rw-r--r-- | src/saveload/saveload.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saveload/saveload.h b/src/saveload/saveload.h index 77cd3fb35..1ad885009 100644 --- a/src/saveload/saveload.h +++ b/src/saveload/saveload.h @@ -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 { |