1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 09:14:58 +01:00

Refactor paint_quadrant_ps

This commit is contained in:
Ted John
2016-10-18 23:09:38 +01:00
parent ce58c2e4e7
commit 2aa0271222
5 changed files with 145 additions and 130 deletions

View File

@@ -2414,7 +2414,7 @@ static void sub_6CBCE2(
gMapSizeMaxXY = preserveMapSizeMaxXY;
sub_688217();
paint_quadrant_ps();
paint_quadrant_ps(unk_140E9A8, &unk_EE7884->basic, gCurrentViewportFlags);
gCurrentViewportFlags = preserve_current_viewport_flags;
}