(svn r20832) -Feature: Allow to select a custom percentage of water in the map generation window (based on patch by CommanderZ).

This commit is contained in:
terkhen
2010-09-20 18:56:35 +00:00
parent b916c5d8c1
commit e90930e572
7 changed files with 41 additions and 8 deletions

View File

@@ -211,8 +211,9 @@
* 146 20446
* 147 20621
* 148 20659
* 149 20832
*/
extern const uint16 SAVEGAME_VERSION = 148; ///< current savegame version of OpenTTD
extern const uint16 SAVEGAME_VERSION = 149; ///< current savegame version of OpenTTD
SavegameType _savegame_type; ///< type of savegame we are loading