Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Dsettings_gui.cpp785 bool type_hides; ///< Whether the type hides filtered strings. member
1137 filter.type_hides = true; in UpdateFilterState()
1922 this->filter.type_hides = false; in GameSettingsWindow()
2393 this->filter.type_hides = false; in OnInvalidateData()
2399 this->warn_missing = this->filter.type_hides ? WHR_CATEGORY_TYPE : WHR_CATEGORY; in OnInvalidateData()
2401 this->warn_missing = this->filter.type_hides ? WHR_TYPE : WHR_NONE; in OnInvalidateData()