(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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user