Home
last modified time | relevance | path

Searched refs:SLV_17 (Results 1 – 3 of 3) sorted by relevance

/dports/games/openttd/openttd-12.1/src/saveload/
H A Dwaypoint_sl.cpp72 if (IsSavegameVersionBefore(SLV_17)) { in MoveWaypointsToBaseStations()
181 SLE_CONDVAR(OldWaypoint, grfid, SLE_UINT32, SLV_17, SL_MAX_VERSION),
H A Dsaveload.h66 SLV_17, /**< 17.0 3212 enumerator
H A Dafterload.cpp774 if (IsSavegameVersionBefore(SLV_17, 1)) ConvertOldMultiheadToNew(); in AfterLoadGame()