mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-31 10:45:16 +01:00
Name sub_688956()
This commit is contained in:
@@ -1416,7 +1416,7 @@ void window_scroll_to_location(rct_window *w, sint32 x, sint32 y, sint32 z)
|
||||
*
|
||||
* rct2: 0x00688956
|
||||
*/
|
||||
static void sub_688956()
|
||||
static void call_event_unknown_14_on_all_windows()
|
||||
{
|
||||
rct_window *w;
|
||||
|
||||
@@ -1469,7 +1469,7 @@ void window_rotate_camera(rct_window *w, sint32 direction)
|
||||
|
||||
window_invalidate(w);
|
||||
|
||||
sub_688956();
|
||||
call_event_unknown_14_on_all_windows();
|
||||
reset_all_sprite_quadrant_placements();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user