mirror of https://github.com/OpenTTD/OpenTTD
(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
parent
4d22995150
commit
1c4827cc71
|
@ -236,8 +236,9 @@
|
||||||
* 170 23826
|
* 170 23826
|
||||||
* 171 23835
|
* 171 23835
|
||||||
* 172 23947
|
* 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
|
SavegameType _savegame_type; ///< type of savegame we are loading
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue