(svn r21960) -Change: show the length of vehicles in tiles, instead of half tiles in the depot

-Fix [FS#4461]: don't count the number of vehicles but the length of vehicles to (configurably) limit train length
This commit is contained in:
rubidium
2011-02-04 15:40:35 +00:00
parent 46b3d114a8
commit c85d350310
8 changed files with 14 additions and 13 deletions

View File

@@ -223,8 +223,9 @@
* 156 21728
* 157 21862
* 158 21933
* 159 21960
*/
extern const uint16 SAVEGAME_VERSION = 158; ///< Current savegame version of OpenTTD.
extern const uint16 SAVEGAME_VERSION = 159; ///< Current savegame version of OpenTTD.
SavegameType _savegame_type; ///< type of savegame we are loading