(svn r24998) -Fix [FS#5137]: Set vehicle's service interval is percent flag appropriately on creation (peter1138)

This commit is contained in:
rubidium
2013-02-14 17:24:55 +00:00
parent e5411e5ec3
commit 58ec317c5a
10 changed files with 30 additions and 17 deletions

View File

@@ -243,8 +243,9 @@
* 177 24619
* 178 24789
* 179 24810
* 180 24998
*/
extern const uint16 SAVEGAME_VERSION = 179; ///< Current savegame version of OpenTTD.
extern const uint16 SAVEGAME_VERSION = 180; ///< Current savegame version of OpenTTD.
SavegameType _savegame_type; ///< type of savegame we are loading