# HG changeset patch # User truebrain # Date 2011-12-19 21:06:42 # Node ID 91beb9c323cca8dacb29f8dda85928f211acd466 # Parent 4848b059553123a6d3b760ead5678041ed02c7b8 (svn r23637) -Change: bump the savegame, to store all the new goodies diff --git a/src/saveload/saveload.cpp b/src/saveload/saveload.cpp --- a/src/saveload/saveload.cpp +++ b/src/saveload/saveload.cpp @@ -232,8 +232,9 @@ * 165 23304 * 166 23415 * 167 23504 + * 168 23637 */ -extern const uint16 SAVEGAME_VERSION = 167; ///< Current savegame version of OpenTTD. +extern const uint16 SAVEGAME_VERSION = 168; ///< Current savegame version of OpenTTD. SavegameType _savegame_type; ///< type of savegame we are loading