(svn r23967) -Fix-ish: don't fix road ownership of standard road stops each time you load a savegame, only when loading an old one

This commit is contained in:
rubidium 2012-02-19 19:05:57 +00:00
parent 4ec04855b7
commit 3c86956603

View File

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