Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/world/
H A DClimate.cpp96 gClimateCurrent.WeatherGloom = weatherState->GloomLevel; in climate_reset()
135 if (gClimateCurrent.WeatherGloom == gClimateNext.WeatherGloom) in climate_update()
156 gClimateCurrent.WeatherGloom = climate_step_weather_level( in climate_update()
157 gClimateCurrent.WeatherGloom, gClimateNext.WeatherGloom); in climate_update()
197 gClimateCurrent.WeatherGloom = weatherState->GloomLevel; in climate_force_weather()
252 auto gloom = state.WeatherGloom; in climate_get_weather_gloom_palette_id()
299 gClimateNext.WeatherGloom = nextWeatherState->GloomLevel; in climate_determine_future_weather()
H A DClimate.h69 uint8_t WeatherGloom; member
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/rct2/
H A DS6Exporter.cpp541 _s6.current_weather_gloom = gClimateCurrent.WeatherGloom; in Export()
542 _s6.next_weather_gloom = gClimateNext.WeatherGloom; in Export()
H A DS6Importer.cpp439 gClimateCurrent.WeatherGloom = _s6.current_weather_gloom; in Import()
440 gClimateNext.WeatherGloom = _s6.next_weather_gloom; in Import()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/rct1/
H A DS4Importer.cpp2244 gClimateCurrent.WeatherGloom = _s4.weather_gloom; in ImportClimate()
2249 gClimateNext.WeatherGloom = _s4.target_weather_gloom; in ImportClimate()