Skip to content

Commit

Permalink
Disable reverb flag in modplug decoder...it's producing trash in some…
Browse files Browse the repository at this point in the history
… cases.

(transplanted from fa857159dbdf9e21ef39c1510f383b3a53c271aa)
  • Loading branch information
icculus committed Apr 12, 2011
1 parent f67ed7b commit 781fce8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion decoders/modplug.c
Expand Up @@ -128,7 +128,6 @@ static int MODPLUG_init(void)

#ifndef _WIN32_WCE
settings.mFlags |= MODPLUG_ENABLE_NOISE_REDUCTION |
MODPLUG_ENABLE_REVERB |
MODPLUG_ENABLE_MEGABASS |
MODPLUG_ENABLE_SURROUND;

Expand Down

0 comments on commit 781fce8

Please sign in to comment.