(svn r24810) -Fix: Make engine preview offers more robust wrt. changes in the company ranking.

This commit is contained in:
frosch
2012-12-09 16:55:03 +00:00
parent 2bb54f09d8
commit 0e4b212c45
6 changed files with 52 additions and 48 deletions

View File

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