(svn r26169) -Fix-ish [FS#5831-ish]: Unify the time a RV needs to travel through a curve.

This commit is contained in:
frosch
2013-12-22 11:55:07 +00:00
parent 6b07112326
commit 7fcae50579
3 changed files with 65 additions and 11 deletions

View File

@@ -253,8 +253,9 @@
* 185 25620
* 186 25833
* 187 25899
* 188 26169
*/
extern const uint16 SAVEGAME_VERSION = 187; ///< Current savegame version of OpenTTD.
extern const uint16 SAVEGAME_VERSION = 188; ///< Current savegame version of OpenTTD.
SavegameType _savegame_type; ///< type of savegame we are loading