mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 06:44:38 +01:00
Move function out of C extern
This commit is contained in:
committed by
Richard Jenkins
parent
9afbfe02ab
commit
ca7f9dec8e
@@ -914,7 +914,7 @@ static void viewport_paint_column(rct_drawpixelinfo * dpi, uint32 viewFlags)
|
||||
|
||||
static void viewport_paint_weather_gloom(rct_drawpixelinfo * dpi)
|
||||
{
|
||||
FILTER_PALETTE_ID paletteId = climate_get_weather_gloom_palette_id(&gClimateCurrent);
|
||||
auto paletteId = climate_get_weather_gloom_palette_id(gClimateCurrent);
|
||||
if (paletteId != PALETTE_NULL)
|
||||
{
|
||||
gfx_filter_rect(
|
||||
|
||||
Reference in New Issue
Block a user