diff options
author | rubidium <rubidium@openttd.org> | 2009-12-17 16:59:33 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-12-17 16:59:33 +0000 |
commit | 5e2b7e023875bbf7aed8223bdf7657f579e5bb85 (patch) | |
tree | d1179d8ae0cdfebaf6e21db7e62b37df3f1db41c /src/saveload | |
parent | b0f1fcbead4c3aa03ab8d0544039fc2de0bc4f5d (diff) | |
download | openttd-5e2b7e023875bbf7aed8223bdf7657f579e5bb85.tar.xz |
(svn r18522) -Feature: add the possibility to not make new tree tiles in-game
Diffstat (limited to 'src/saveload')
-rw-r--r-- | src/saveload/saveload.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saveload/saveload.cpp b/src/saveload/saveload.cpp index d00aefda0..b5018855a 100644 --- a/src/saveload/saveload.cpp +++ b/src/saveload/saveload.cpp @@ -47,7 +47,7 @@ #include "saveload_internal.h" -extern const uint16 SAVEGAME_VERSION = 131; +extern const uint16 SAVEGAME_VERSION = 132; SavegameType _savegame_type; ///< type of savegame we are loading |