mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 12:03:07 +01:00
fix loading of temperature from SV6
This commit is contained in:
@@ -357,7 +357,8 @@ void S6Importer::Import()
|
||||
gClimateUpdateTimer = _s6.climate_update_timer;
|
||||
gClimateCurrentWeather = _s6.current_weather;
|
||||
gClimateNextWeather = _s6.next_weather;
|
||||
gClimateNextTemperature = _s6.temperature;
|
||||
gClimateCurrentTemperature = _s6.temperature;
|
||||
gClimateNextTemperature = _s6.next_temperature;
|
||||
gClimateCurrentWeatherEffect = _s6.current_weather_effect;
|
||||
gClimateNextWeatherEffect = _s6.next_weather_effect;
|
||||
gClimateCurrentWeatherGloom = _s6.current_weather_gloom;
|
||||
|
||||
Reference in New Issue
Block a user