summaryrefslogtreecommitdiff
path: root/src/saveload.cpp
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-10-11 11:06:04 +0000
committertruelight <truelight@openttd.org>2007-10-11 11:06:04 +0000
commit1eabb451abc45d3d37ded69eddeaa7d9277e2a0b (patch)
tree2f02157b68131ccb2d373fae8a24ef9d92b428de /src/saveload.cpp
parent94c9e6533192804e277372bd65604bd244d58e80 (diff)
downloadopenttd-1eabb451abc45d3d37ded69eddeaa7d9277e2a0b.tar.xz
(svn r11244) -Fix: trees can now be planted on bare land without making it grassy (Csaboka)
-Fix: planting tree in desert doesn't make it grassy for the first tile-cycle (Csaboka) -Fix: when a tree dies in desert, it no longer becomes a snowy tile for the first tile-cycle (Csaboka)
Diffstat (limited to 'src/saveload.cpp')
-rw-r--r--src/saveload.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saveload.cpp b/src/saveload.cpp
index a3f531431..352eff38c 100644
--- a/src/saveload.cpp
+++ b/src/saveload.cpp
@@ -29,7 +29,7 @@
#include "strings.h"
#include <list>
-extern const uint16 SAVEGAME_VERSION = 80;
+extern const uint16 SAVEGAME_VERSION = 81;
uint16 _sl_version; ///< the major savegame version identifier
byte _sl_minor_version; ///< the minor savegame version, DO NOT USE!