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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user