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

Refactor paint_arrange_structs

This commit is contained in:
Ted John
2016-10-19 18:14:25 +01:00
parent 86dd18a65d
commit 60df18ee0f
5 changed files with 23 additions and 34 deletions

View File

@@ -2412,8 +2412,8 @@ static void sub_6CBCE2(
gMapSize = preserveMapSize;
gMapSizeMaxXY = preserveMapSizeMaxXY;
paint_arrange_structs();
paint_draw_structs(unk_140E9A8, &unk_EE7884->basic, gCurrentViewportFlags);
paint_struct ps = paint_arrange_structs();
paint_draw_structs(unk_140E9A8, &ps, gCurrentViewportFlags);
gCurrentViewportFlags = preserve_current_viewport_flags;
}