Name sub_688956()

This commit is contained in:
rwjuk 2017-06-06 00:03:34 +01:00
parent ee637b8a33
commit dbd03257d9
1 changed files with 2 additions and 2 deletions

View File

@ -1416,7 +1416,7 @@ void window_scroll_to_location(rct_window *w, sint32 x, sint32 y, sint32 z)
* *
* rct2: 0x00688956 * rct2: 0x00688956
*/ */
static void sub_688956() static void call_event_unknown_14_on_all_windows()
{ {
rct_window *w; rct_window *w;
@ -1469,7 +1469,7 @@ void window_rotate_camera(rct_window *w, sint32 direction)
window_invalidate(w); window_invalidate(w);
sub_688956(); call_event_unknown_14_on_all_windows();
reset_all_sprite_quadrant_placements(); reset_all_sprite_quadrant_placements();
} }