Skip to content

Commit

Permalink
remove this thingy
Browse files Browse the repository at this point in the history
  • Loading branch information
jnackmclain committed Dec 2, 2024
1 parent 3df19b5 commit 7624c22
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions _ark/dx/ui/song_select/dx_song_select_funcs.dta
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@
}
}
#endif
{switch {{$this get_user} get_controller_type}
(kControllerGuitar {set $dx_tracked_trainer FALSE})
(kControllerDrum {set $dx_tracked_trainer drum})
(kControllerVocals {set $dx_tracked_trainer FALSE})
(kControllerKeys {set $dx_tracked_trainer real_keys})
(kControllerRealGuitar {set $dx_tracked_trainer real_guitar})
{fail "No choose part view for this controller type"}
}
{overshell set_active_status kOvershellInShell}
{overshell update_all}
{unless $dx_song_select_noise {synth stop_all_sfx TRUE}} ; dx - removes the annoying noises in song select
Expand Down

0 comments on commit 7624c22

Please sign in to comment.