mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 20:43:04 +01:00
Refactor paint_quadrant_ps
This commit is contained in:
@@ -758,7 +758,7 @@ static void viewport_paint_column(rct_drawpixelinfo * dpi)
|
||||
painter_setup();
|
||||
viewport_paint_setup();
|
||||
sub_688217();
|
||||
paint_quadrant_ps();
|
||||
paint_quadrant_ps(dpi, &unk_EE7884->basic, gCurrentViewportFlags);
|
||||
|
||||
int weather_colour = WeatherColours[gClimateCurrentWeatherGloom];
|
||||
if (
|
||||
|
||||
@@ -153,7 +153,6 @@ void viewport_interaction_remove_park_entrance(rct_map_element *mapElement, int
|
||||
|
||||
void sub_68B2B7(int x, int y);
|
||||
void painter_setup();
|
||||
void paint_quadrant_ps();
|
||||
void sub_688217();
|
||||
|
||||
void viewport_invalidate(rct_viewport *viewport, int left, int top, int right, int bottom);
|
||||
|
||||
Reference in New Issue
Block a user