(svn r23947) -Feature: Timetabled maximum travel speeds for non-flying vehicles.

This commit is contained in:
michi_cc
2012-02-14 17:04:06 +00:00
parent 347157cb8c
commit f2c694c8fb
15 changed files with 96 additions and 15 deletions

View File

@@ -235,8 +235,9 @@
* 169 23816
* 170 23826
* 171 23835
* 172 23947
*/
extern const uint16 SAVEGAME_VERSION = 171; ///< Current savegame version of OpenTTD.
extern const uint16 SAVEGAME_VERSION = 172; ///< Current savegame version of OpenTTD.
SavegameType _savegame_type; ///< type of savegame we are loading