Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 48883d8

Browse files
committed
GUISound HoverDisableSound never worked cause it was copying a soundcontainer that hadn't yet been defined. Changed that so it defines itself
1 parent 0ab3e6a commit 48883d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

GUI/GUISound.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ namespace RTE {
6969
// m_HoverChangeSound.Create("Base.rte/Sounds/GUIs/SelectionChange.flac", true, false);
7070
m_HoverChangeSound = m_SelectionChangeSound;
7171

72-
// m_HoverDisabledSound.Create("Base.rte/Sounds/GUIs/PlacementBlip.flac", true, false);
73-
m_HoverDisabledSound = m_PlacementBlip;
72+
m_HoverDisabledSound.Create("Base.rte/Sounds/GUIs/PlacementBlip.flac", true, false);
7473

7574
m_SlicePickedSound.Create("Base.rte/Sounds/GUIs/SlicePicked.flac", true, false);
7675

0 commit comments

Comments
 (0)