(svn r22713) -Feature: [NewGRF] Per vehicle custom cargo ageing period.

This commit is contained in:
michi_cc
2011-08-03 20:55:08 +00:00
parent 442b92ff33
commit 08b7981f37
17 changed files with 74 additions and 16 deletions

View File

@@ -226,8 +226,9 @@
* 159 21962
* 160 21974
* 161 22567
* 162 22713
*/
extern const uint16 SAVEGAME_VERSION = 161; ///< Current savegame version of OpenTTD.
extern const uint16 SAVEGAME_VERSION = 162; ///< Current savegame version of OpenTTD.
SavegameType _savegame_type; ///< type of savegame we are loading