Skip to content

Commit 7985c23

Browse files
committed
Move comment in AudioSettings.h
1 parent 899368f commit 7985c23

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Core/GameEngine/Include/Common/AudioSettings.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535

3636
enum { 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+
3840
struct 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;

0 commit comments

Comments
 (0)