mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 22:34:33 +01:00
Unify current and next climate state into common struct
This commit is contained in:
committed by
Richard Jenkins
parent
0681ba4e04
commit
83cdd56825
@@ -914,7 +914,7 @@ static void viewport_paint_column(rct_drawpixelinfo * dpi, uint32 viewFlags)
|
||||
|
||||
static void viewport_paint_weather_gloom(rct_drawpixelinfo * dpi)
|
||||
{
|
||||
uint8 gloom = gClimateCurrentWeatherGloom;
|
||||
uint8 gloom = gClimateCurrent.WeatherGloom;
|
||||
if (gloom != 0) {
|
||||
gfx_filter_rect(
|
||||
dpi,
|
||||
|
||||
Reference in New Issue
Block a user