1
0
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:
Ted John
2018-01-12 22:53:41 +00:00
committed by Richard Jenkins
parent 9afbfe02ab
commit ca7f9dec8e
4 changed files with 14 additions and 16 deletions

View File

@@ -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(