From a0932602446128e032aaaececb65e8e63af0779f Mon Sep 17 00:00:00 2001 From: Luna <37005649+lunalawl@users.noreply.github.com> Date: Fri, 30 Aug 2024 01:37:10 -0700 Subject: [PATCH] fix it for real (sorry again) --- lrb/_ark/fusion/ui/calibration/calibration.dta | 2 +- lrb/_ark/fusion/ui/main/main.dta | 2 +- lrb/_ark/fusion/ui/main/main_startmenu.dta | 2 +- lrb/_ark/fusion/ui/tour_world/tour_world_win.dta | 4 ++-- lrb/_ark/ui/splash/splash.dta | 2 +- lrb/_ark/ui/tour_world/tour_world_win.dta | 2 +- rb1/_ark/ui/leaderboards.dta | 4 ++-- rb1/_ark/ui/main.dta | 4 ++-- rb1/_ark/ui/options.dta | 2 +- rb1/_ark/ui/tour_band.dta | 2 +- rb1/_ark/ui/tour_solo.dta | 2 +- 11 files changed, 14 insertions(+), 14 deletions(-) diff --git a/lrb/_ark/fusion/ui/calibration/calibration.dta b/lrb/_ark/fusion/ui/calibration/calibration.dta index 9c19460..99d5f2a 100644 --- a/lrb/_ark/fusion/ui/calibration/calibration.dta +++ b/lrb/_ark/fusion/ui/calibration/calibration.dta @@ -27,7 +27,7 @@ {meta music_stop} {platform_mgr disable_xmp}) (exit - {rnd set_sync $set_sync} + {rnd set_sync $dx_vsync} {meta music_start} {platform_mgr enable_xmp} {input_mgr set_user ''}) diff --git a/lrb/_ark/fusion/ui/main/main.dta b/lrb/_ark/fusion/ui/main/main.dta index 93983ac..a0277c2 100644 --- a/lrb/_ark/fusion/ui/main/main.dta +++ b/lrb/_ark/fusion/ui/main/main.dta @@ -439,7 +439,7 @@ {rnd set_sync 1} {meta music_stop} {platform_mgr disable_xmp}) - (exit {rnd set_sync $set_sync}) + (exit {rnd set_sync $dx_vsync}) (BUTTON_DOWN_MSG {if {'||' diff --git a/lrb/_ark/fusion/ui/main/main_startmenu.dta b/lrb/_ark/fusion/ui/main/main_startmenu.dta index 12a4af2..c497d71 100644 --- a/lrb/_ark/fusion/ui/main/main_startmenu.dta +++ b/lrb/_ark/fusion/ui/main/main_startmenu.dta @@ -244,7 +244,7 @@ (enter {rnd set_sync 1}) (exit - {rnd set_sync $set_sync}) + {rnd set_sync $dx_vsync}) (poll {if {TexMovie.tmov get played} diff --git a/lrb/_ark/fusion/ui/tour_world/tour_world_win.dta b/lrb/_ark/fusion/ui/tour_world/tour_world_win.dta index dd2a556..b062453 100644 --- a/lrb/_ark/fusion/ui/tour_world/tour_world_win.dta +++ b/lrb/_ark/fusion/ui/tour_world/tour_world_win.dta @@ -40,7 +40,7 @@ {ui goto_screen tour_world_video_credits_screen_pi} #endif}) (enter {rnd set_sync 1}) - (exit {rnd set_sync $set_sync}) + (exit {rnd set_sync $dx_vsync}) (BUTTON_DOWN_MSG {if {'||' @@ -74,7 +74,7 @@ disk_error} {ui goto_screen tour_world_text_credits_screen}}) (enter {rnd set_sync 1}) - (exit {rnd set_sync $set_sync}) + (exit {rnd set_sync $dx_vsync}) (BUTTON_DOWN_MSG {if {'||' diff --git a/lrb/_ark/ui/splash/splash.dta b/lrb/_ark/ui/splash/splash.dta index 14f0327..c92f16c 100644 --- a/lrb/_ark/ui/splash/splash.dta +++ b/lrb/_ark/ui/splash/splash.dta @@ -30,7 +30,7 @@ {rnd set_sync 1} {platform_mgr disable_xmp} kDataUnhandled) - (exit {rnd set_sync $set_sync}) + (exit {rnd set_sync $dx_vsync}) (BUTTON_DOWN_MSG {if {'||' diff --git a/lrb/_ark/ui/tour_world/tour_world_win.dta b/lrb/_ark/ui/tour_world/tour_world_win.dta index 2dd8e24..59f1516 100644 --- a/lrb/_ark/ui/tour_world/tour_world_win.dta +++ b/lrb/_ark/ui/tour_world/tour_world_win.dta @@ -32,7 +32,7 @@ (movie_done {ui goto_screen tour_world_text_credits_screen}) (enter {rnd set_sync 1}) - (exit {rnd set_sync $set_sync}) + (exit {rnd set_sync $dx_vsync}) (BUTTON_DOWN_MSG {if {'||' diff --git a/rb1/_ark/ui/leaderboards.dta b/rb1/_ark/ui/leaderboards.dta index 6e1e49b..20b1e97 100644 --- a/rb1/_ark/ui/leaderboards.dta +++ b/rb1/_ark/ui/leaderboards.dta @@ -594,7 +594,7 @@ (movie_done {ui goto_screen community_specialfeatures_screen}) (enter {rnd set_sync 1}) - (exit {rnd set_sync $set_sync}) + (exit {rnd set_sync $dx_vsync}) (BUTTON_DOWN_MSG {if {'||' @@ -618,7 +618,7 @@ (movie_done {ui goto_screen credits_screen}) (enter {rnd set_sync 1}) - (exit {rnd set_sync $set_sync}) + (exit {rnd set_sync $dx_vsync}) (BUTTON_DOWN_MSG {if {'||' diff --git a/rb1/_ark/ui/main.dta b/rb1/_ark/ui/main.dta index 574c4cd..d9d1f23 100644 --- a/rb1/_ark/ui/main.dta +++ b/rb1/_ark/ui/main.dta @@ -13,7 +13,7 @@ {platform_mgr disable_xmp} {ui goto_screen splash_screen} kDataUnhandled) - (exit {rnd set_sync $set_sync}) + (exit {rnd set_sync $dx_vsync}) (BUTTON_DOWN_MSG {if {'||' @@ -954,7 +954,7 @@ (movie_done {ui goto_screen splash_screen}) (enter {rnd set_sync 1}) - (exit {rnd set_sync $set_sync}) + (exit {rnd set_sync $dx_vsync}) (BUTTON_DOWN_MSG {if {'||' diff --git a/rb1/_ark/ui/options.dta b/rb1/_ark/ui/options.dta index 32dd75b..2b5421b 100644 --- a/rb1/_ark/ui/options.dta +++ b/rb1/_ark/ui/options.dta @@ -1455,7 +1455,7 @@ set_limit_to_player_num {calibrate_video_offset_screen get player_num}}) (exit - {rnd set_sync $set_sync} + {rnd set_sync $dx_vsync} {if [running] {$this stop_audio}} diff --git a/rb1/_ark/ui/tour_band.dta b/rb1/_ark/ui/tour_band.dta index 054f768..781d869 100644 --- a/rb1/_ark/ui/tour_band.dta +++ b/rb1/_ark/ui/tour_band.dta @@ -2206,7 +2206,7 @@ (movie_done {ui goto_screen tour_band_text_credits_screen}) (enter {rnd set_sync 1}) - (exit {rnd set_sync $set_sync}) + (exit {rnd set_sync $dx_vsync}) LIMIT_TO_SESSION_LEADER (BUTTON_DOWN_MSG {if diff --git a/rb1/_ark/ui/tour_solo.dta b/rb1/_ark/ui/tour_solo.dta index a5f4a2c..f4a0ade 100644 --- a/rb1/_ark/ui/tour_solo.dta +++ b/rb1/_ark/ui/tour_solo.dta @@ -997,7 +997,7 @@ (movie_done {ui goto_screen tour_solo_text_credits_screen}) (enter {rnd set_sync 1}) - (exit {rnd set_sync $set_sync}) + (exit {rnd set_sync $dx_vsync}) (BUTTON_DOWN_MSG {if {'||'