Skip to content

Commit

Permalink
fix it for real (sorry again)
Browse files Browse the repository at this point in the history
  • Loading branch information
lunalawl committed Aug 30, 2024
1 parent fffdd34 commit a093260
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lrb/_ark/fusion/ui/calibration/calibration.dta
Original file line number Diff line number Diff line change
Expand Up @@ -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 ''})
Expand Down
2 changes: 1 addition & 1 deletion lrb/_ark/fusion/ui/main/main.dta
Original file line number Diff line number Diff line change
Expand Up @@ -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
{'||'
Expand Down
2 changes: 1 addition & 1 deletion lrb/_ark/fusion/ui/main/main_startmenu.dta
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
4 changes: 2 additions & 2 deletions lrb/_ark/fusion/ui/tour_world/tour_world_win.dta
Original file line number Diff line number Diff line change
Expand Up @@ -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
{'||'
Expand Down Expand Up @@ -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
{'||'
Expand Down
2 changes: 1 addition & 1 deletion lrb/_ark/ui/splash/splash.dta
Original file line number Diff line number Diff line change
Expand Up @@ -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
{'||'
Expand Down
2 changes: 1 addition & 1 deletion lrb/_ark/ui/tour_world/tour_world_win.dta
Original file line number Diff line number Diff line change
Expand Up @@ -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
{'||'
Expand Down
4 changes: 2 additions & 2 deletions rb1/_ark/ui/leaderboards.dta
Original file line number Diff line number Diff line change
Expand Up @@ -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
{'||'
Expand All @@ -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
{'||'
Expand Down
4 changes: 2 additions & 2 deletions rb1/_ark/ui/main.dta
Original file line number Diff line number Diff line change
Expand Up @@ -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
{'||'
Expand Down Expand Up @@ -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
{'||'
Expand Down
2 changes: 1 addition & 1 deletion rb1/_ark/ui/options.dta
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down
2 changes: 1 addition & 1 deletion rb1/_ark/ui/tour_band.dta
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion rb1/_ark/ui/tour_solo.dta
Original file line number Diff line number Diff line change
Expand Up @@ -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
{'||'
Expand Down

0 comments on commit a093260

Please sign in to comment.