File diff r6453:b0b56773284a → r6454:106dbc6c677f
src/saveload.cpp
Show inline comments
 
@@ -28,7 +28,7 @@
 
#include "variables.h"
 
#include <setjmp.h>
 

	
 
extern const uint16 SAVEGAME_VERSION = 53;
 
extern const uint16 SAVEGAME_VERSION = 54;
 
uint16 _sl_version;       ///< the major savegame version identifier
 
byte   _sl_minor_version; ///< the minor savegame version, DO NOT USE!