summaryrefslogtreecommitdiff
path: root/src/saveload
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2011-12-19 21:06:42 +0000
committertruebrain <truebrain@openttd.org>2011-12-19 21:06:42 +0000
commit44b70d176cb0c864e0a366dc10bfbcd867cc6ac6 (patch)
treee56c4f562a4194e7a4c34181393454449e189b91 /src/saveload
parent102f811d0277afefe5c90762c0c4cc11ab69713c (diff)
downloadopenttd-44b70d176cb0c864e0a366dc10bfbcd867cc6ac6.tar.xz
(svn r23637) -Change: bump the savegame, to store all the new goodies
Diffstat (limited to 'src/saveload')
-rw-r--r--src/saveload/saveload.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/saveload/saveload.cpp b/src/saveload/saveload.cpp
index b45d105cf..7bac45391 100644
--- 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