Skip to content

Commit

Permalink
Merge pull request #452 from hmxmilohax/develop
Browse files Browse the repository at this point in the history
hotfix of cycle guitar fx crashing menu
  • Loading branch information
LinosM authored Oct 26, 2023
2 parents d2bd971 + 9d1a200 commit 49b5677
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions _ark/dx/locale/dx_locale_updates.dta
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,7 @@
(os_audiomenu "Audio & SFX")
(os_audiomenu_desc "Fine tune your sound and the audio you hear")
(os_cyclefx "Cycle Guitar FX")
(os_cyclefx_desc "Switches between different OD/Solo SFX for Guitar/Bass\nUseful for guitars without an FX Switch")
(os_animation "Animated Gems")
(os_animatedsmasher "Animated Strikeline")
(os_animatedhighway "Animated Highway")
Expand Down
9 changes: 7 additions & 2 deletions _ark/dx/overshell/dx_sfx_states.dta
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,14 @@
{set $previous_state dxState_AudioSFX}
)
(os_cyclefx
{cycle_guitar_fx})
{cycle_guitar_fx}
{dx_state_pos_tracker}
DX_AUDIO_SFX_DATA
{set $previous_state dxState_AudioSFX}
)
(os_fcaudio
{$this show_state dxState_FullComboSFX})
{$this show_state dxState_FullComboSFX}
)
}
{set $in_state FALSE}
DX_AUDIO_SFX_DATA
Expand Down

0 comments on commit 49b5677

Please sign in to comment.