(svn r25899) -Change: Restrict flows if links are restricted and don't normally pick them anymore.

This commit is contained in:
fonsinchen
2013-10-22 16:13:54 +00:00
parent d0c610f0ec
commit 7025a145e3
5 changed files with 164 additions and 20 deletions

View File

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