summaryrefslogtreecommitdiff
path: root/src/saveload/saveload.cpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-08-05 12:09:08 +0000
committeryexo <yexo@openttd.org>2010-08-05 12:09:08 +0000
commita3a24f4c689052f11c6f62922323017fe20928de (patch)
tree0f1f0dc2af452c0384d079dfd488a25522e518df /src/saveload/saveload.cpp
parentf8b7163b34e098082b6222768966620753c4ccae (diff)
downloadopenttd-a3a24f4c689052f11c6f62922323017fe20928de.tar.xz
(svn r20376) -Feature [FS#3093]: add setting for none/original/more smoke (SirkoZ)
Diffstat (limited to 'src/saveload/saveload.cpp')
-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 c57cf597b..48c07b63e 100644
--- a/src/saveload/saveload.cpp
+++ b/src/saveload/saveload.cpp
@@ -208,8 +208,9 @@
* 142 20003
* 143 20048
* 144 20334
+ * 145 20376
*/
-extern const uint16 SAVEGAME_VERSION = 144; ///< current savegame version of OpenTTD
+extern const uint16 SAVEGAME_VERSION = 145; ///< current savegame version of OpenTTD
SavegameType _savegame_type; ///< type of savegame we are loading