aboutsummaryrefslogtreecommitdiff
path: root/client/audio
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-01 15:46:13 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-01 15:46:13 +0200
commit69cce2c92e067595d862c479104df6e966a1e8ee (patch)
tree33c5f8ca6993f4d8fdc38516ca7684406eb66e1d /client/audio
parent1e28d68b1fc17a95b0dda305633be2016b692836 (diff)
downloadhurrycurry-69cce2c92e067595d862c479104df6e966a1e8ee.tar
hurrycurry-69cce2c92e067595d862c479104df6e966a1e8ee.tar.bz2
hurrycurry-69cce2c92e067595d862c479104df6e966a1e8ee.tar.zst
refactor menu system yet again
Diffstat (limited to 'client/audio')
-rw-r--r--client/audio/sound.gd3
1 files changed, 0 insertions, 3 deletions
diff --git a/client/audio/sound.gd b/client/audio/sound.gd
index ddb610c5..6a562d75 100644
--- a/client/audio/sound.gd
+++ b/client/audio/sound.gd
@@ -10,9 +10,6 @@ func play_hover():
hover_sound.play()
func play_hover_maybe(element):
- if Global.focus_auto_changed:
- Global.focus_auto_changed = false
- return
if element is Button:
if element.is_hovered():
return