(svn r20814) -Codechange [FS#3835]: make waypoint default names work like depots, stations and vehicles (Krille)

This commit is contained in:
rubidium
2010-09-16 16:28:40 +00:00
parent 7a88433228
commit 9a0a753d96
4 changed files with 28 additions and 23 deletions

View File

@@ -211,8 +211,9 @@
* 146 20446
* 147 20621
* 148 20659
* 149 TODO
*/
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