We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab3e6a commit 48883d8Copy full SHA for 48883d8
GUI/GUISound.cpp
@@ -69,8 +69,7 @@ namespace RTE {
69
// m_HoverChangeSound.Create("Base.rte/Sounds/GUIs/SelectionChange.flac", true, false);
70
m_HoverChangeSound = m_SelectionChangeSound;
71
72
- // m_HoverDisabledSound.Create("Base.rte/Sounds/GUIs/PlacementBlip.flac", true, false);
73
- m_HoverDisabledSound = m_PlacementBlip;
+ m_HoverDisabledSound.Create("Base.rte/Sounds/GUIs/PlacementBlip.flac", true, false);
74
75
m_SlicePickedSound.Create("Base.rte/Sounds/GUIs/SlicePicked.flac", true, false);
76
0 commit comments