mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(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:
parent
4ec04855b7
commit
3c86956603
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user