Home
last modified time | relevance | path

Searched refs:SLV_141 (Results 1 – 4 of 4) sorted by relevance

/dports/games/openttd/openttd-12.1/src/saveload/
H A Ddepot_sl.cpp25 SLEG_CONDVAR("town_index", _town_index, SLE_UINT16, SL_MIN_VERSION, SLV_141),
26 SLE_CONDREF(Depot, town, REF_TOWN, SLV_141, SL_MAX_VERSION),
27 SLE_CONDVAR(Depot, town_cn, SLE_UINT16, SLV_141, SL_MAX_VERSION),
28 SLE_CONDSSTR(Depot, name, SLE_STR, SLV_141, SL_MAX_VERSION),
56 if (IsSavegameVersionBefore(SLV_141)) depot->town = (Town *)(size_t)_town_index; in Load()
64 if (IsSavegameVersionBefore(SLV_141)) depot->town = Town::Get((size_t)depot->town); in FixPointers()
H A Dsaveload.h216 SLV_141, ///< 141 19799 enumerator
H A Dafterload.cpp2409 if (IsSavegameVersionBefore(SLV_141)) { in AfterLoadGame()
/dports/games/openttd/openttd-12.1/src/saveload/compat/
H A Dsettings_sl_compat.h143 SLC_NULL(1, SL_MIN_VERSION, SLV_141),