Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/config/
H A DConfig.h66 TemperatureUnit temperature_format; member
H A DConfig.cpp174 model->temperature_format = reader->GetEnum<TemperatureUnit>( in ReadGeneral()
259 …writer->WriteEnum<TemperatureUnit>("temperature_format", model->temperature_format, Enum_Temperatu… in WriteGeneral()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DOptions.cpp1370 Dropdown::SetChecked(static_cast<int32_t>(gConfigGeneral.temperature_format), true); in CultureMouseDown()
1430 if (dropdownIndex != static_cast<int32_t>(gConfigGeneral.temperature_format)) in CultureDropdown()
1432 gConfigGeneral.temperature_format = static_cast<TemperatureUnit>(dropdownIndex); in CultureDropdown()
1507 …this->widgets[WIDX_TEMPERATURE].text = gConfigGeneral.temperature_format == TemperatureUnit::Fahre… in CulturePrepareDraw()
H A DGameBottomToolbar.cpp527 if (gConfigGeneral.temperature_format == TemperatureUnit::Fahrenheit) in window_game_bottom_toolbar_draw_right_panel()