1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 13:33:02 +01:00

Move painter functions into paint.c. Fix mistake in paint_attach_to_previous_ps

This commit is contained in:
duncanspumpkin
2016-04-29 18:02:13 +01:00
parent 0dcf6ce87a
commit 72ca648135
7 changed files with 482 additions and 441 deletions

View File

@@ -2381,7 +2381,7 @@ static void sub_6CBCE2(
gMapSizeMaxXY = preserveMapSizeMaxXY;
sub_688217();
sub_688485();
paint_quadrant_ps();
gCurrentViewportFlags = preserve_current_viewport_flags;
}