(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)
This commit is contained in:
truelight
2007-10-11 11:06:04 +00:00
parent 1ff0197ca4
commit 645e5b1fb0
3 changed files with 44 additions and 15 deletions

View File

@@ -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!