(svn r23973) -Fix (r23947): Also save the maximum travel speed for the current vehicle order.

This commit is contained in:
michi_cc
2012-02-21 17:25:17 +00:00
parent 36d7f10911
commit 5aeae7ca49
2 changed files with 4 additions and 2 deletions

View File

@@ -236,9 +236,10 @@
* 170 23826
* 171 23835
* 172 23947
* 173 23967 1.2.x
* 173 23967 1.2.0-RC1
* 174 23973 1.2.x
*/
extern const uint16 SAVEGAME_VERSION = 173; ///< Current savegame version of OpenTTD.
extern const uint16 SAVEGAME_VERSION = 174; ///< Current savegame version of OpenTTD.
SavegameType _savegame_type; ///< type of savegame we are loading