(svn r21728) -Fix/Feature [FS#4331]: (configurably) limit amount of tiles that can be cleared/terraformed by a company

This commit is contained in:
rubidium
2011-01-04 22:50:09 +00:00
parent c060890062
commit be077e030e
12 changed files with 87 additions and 3 deletions

View File

@@ -220,8 +220,9 @@
* 153 21263
* 154 21426
* 155 21453
* 156 !!TODO!!
*/
extern const uint16 SAVEGAME_VERSION = 155; ///< Current savegame version of OpenTTD.
extern const uint16 SAVEGAME_VERSION = 156; ///< Current savegame version of OpenTTD.
SavegameType _savegame_type; ///< type of savegame we are loading