File diff r8106:01dbd10fde05 → r8107:82461791b7a2
src/saveload.cpp
Show inline comments
 
@@ -24,12 +24,13 @@
 
#include "player.h"
 
#include "saveload.h"
 
#include "network/network.h"
 
#include "variables.h"
 
#include "table/strings.h"
 
#include "strings.h"
 
#include "window_func.h"
 
#include <list>
 

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