Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/saveload/
H A Dindustry_sl.cpp59 …Industry, ctlflags, SLE_UINT8, SLV_GS_INDUSTRY_CONTROL, SL_MAX_V…
67 …Industry, exclusive_supplier, SLE_UINT8, SLV_GS_INDUSTRY_CONTROL, SL_MAX_V…
68 …Industry, exclusive_consumer, SLE_UINT8, SLV_GS_INDUSTRY_CONTROL, SL_MAX_V…
H A Dsaveload.h328 SLV_GS_INDUSTRY_CONTROL, ///< 287 PR#7912 and PR#8115 GS industry control. enumerator
H A Dafterload.cpp3126 if (IsSavegameVersionBefore(SLV_GS_INDUSTRY_CONTROL)) { in AfterLoadGame()