File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Core/GameEngine/Include/Common Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 3535
3636enum { MAX_HW_PROVIDERS = 4 };
3737
38+ // TheSuperHackers @tweak xezon 23/07/2025 Adds setting to modify the volume of money deposit and withdraw sounds
39+
3840struct AudioSettings
3941{
4042 AudioSettings ()
@@ -75,7 +77,7 @@ struct AudioSettings
7577 Real m_default3DSoundVolume ;
7678 Real m_defaultSpeechVolume ;
7779 Real m_defaultMusicVolume ;
78- Real m_defaultMoneyTransactionVolume ; // TheSuperHackers @tweak Adds new setting for money deposit and withdraw audio
80+ Real m_defaultMoneyTransactionVolume ;
7981 UnsignedInt m_defaultSpeakerType2D ;
8082 UnsignedInt m_defaultSpeakerType3D ;
8183
@@ -84,7 +86,7 @@ struct AudioSettings
8486 Real m_preferred3DSoundVolume ;
8587 Real m_preferredSpeechVolume ;
8688 Real m_preferredMusicVolume ;
87- Real m_preferredMoneyTransactionVolume ; // TheSuperHackers @tweak Adds new setting for money deposit and withdraw audio
89+ Real m_preferredMoneyTransactionVolume ;
8890
8991 //The desired altitude of the microphone to improve panning relative to terrain.
9092 Real m_microphoneDesiredHeightAboveTerrain ;
You can’t perform that action at this time.
0 commit comments