summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mixer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixer.cpp b/src/mixer.cpp
index 0c9d9b151..d892a573c 100644
--- a/src/mixer.cpp
+++ b/src/mixer.cpp
@@ -46,7 +46,7 @@ static MxStreamCallback _music_stream = nullptr;
* stops overflowing when too many sounds are played at the same time, which
* causes an even worse sound quality.
*/
-static const int MAX_VOLUME = 128 * 128;
+static const int MAX_VOLUME = 32767;
/**
* Perform the rate conversion between the input and output.