Changeset - r20664:79665c780481
[Not reviewed]
master
0 1 0
frosch - 11 years ago 2013-08-08 19:01:02
frosch@openttd.org
(svn r25702) -Add: about 3000 years of savegame compatibility.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/saveload/saveload.h
Show inline comments
 
@@ -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 {
0 comments (0 inline, 0 general)