Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Dnewgrf_config.h202 FGCM_NEWEST_VALID,///< Find newest Grf, ignoring Grfs with GCF_INVALID set enumerator
H A Dsettings.cpp983 const GRFConfig *s = FindGRFConfig(grfid, FGCM_NEWEST_VALID); in GRFLoadConfig()
H A Dnewgrf_gui.cpp1462 …t = FindGRFConfig(c->ident.grfid, HasBit(c->flags, GCF_INVALID) ? FGCM_NEWEST : FGCM_NEWEST_VALID); in BuildAvailables()