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

Fix rotation disapearing sprites

This was caused by the sprite quadrant assignment not being reset when a new rotation was assigned
This commit is contained in:
Duncan Frost
2015-05-30 10:15:29 +01:00
parent 0954687973
commit 3bd3fccb57
8 changed files with 11 additions and 8 deletions

View File

@@ -598,7 +598,7 @@ static void editor_finalise_main_view()
w->saved_view_y -= viewport->view_height >> 1;
window_invalidate(w);
sub_69E9A7();
reset_all_sprite_quadrant_placements();
scenery_set_default_placement_configuration();
window_new_ride_init_vars();
RCT2_GLOBAL(0x009DEB7C, uint16) = 0;