(svn r26547) -Codechange: Collect order travel and wait times independent of timetables

This commit is contained in:
fonsinchen
2014-05-01 14:49:16 +00:00
parent c915d9fa55
commit 3ee31a8f89
9 changed files with 152 additions and 85 deletions

View File

@@ -257,8 +257,9 @@
* 187 25899
* 188 26169 1.4.x
* 189 26450
* 190 ?????
*/
extern const uint16 SAVEGAME_VERSION = 189; ///< Current savegame version of OpenTTD.
extern const uint16 SAVEGAME_VERSION = 190; ///< Current savegame version of OpenTTD.
SavegameType _savegame_type; ///< type of savegame we are loading