(svn r26646) -Fix [FS#6041]: Save locations instead of distances in link graphs to reduce size.

This commit is contained in:
fonsinchen
2014-06-14 13:35:39 +00:00
parent e8e5cdde03
commit 957f5ca117
7 changed files with 71 additions and 52 deletions

View File

@@ -258,8 +258,9 @@
* 188 26169 1.4.x
* 189 26450
* 190 26547
* 191 26646
*/
extern const uint16 SAVEGAME_VERSION = 190; ///< Current savegame version of OpenTTD.
extern const uint16 SAVEGAME_VERSION = 191; ///< Current savegame version of OpenTTD.
SavegameType _savegame_type; ///< type of savegame we are loading