forked from pool/love-0_7_2
14 lines
608 B
Diff
14 lines
608 B
Diff
|
Index: src/modules/sound/lullaby/ModPlugDecoder.cpp
|
||
|
===================================================================
|
||
|
--- src/modules/sound/lullaby/ModPlugDecoder.cpp.orig
|
||
|
+++ src/modules/sound/lullaby/ModPlugDecoder.cpp
|
||
|
@@ -42,8 +42,6 @@ namespace lullaby
|
||
|
// fill with modplug defaults (modplug _memsets_, so we could get
|
||
|
// garbage settings when the struct is only partially initialized)
|
||
|
// This does not exist yet on Windows.
|
||
|
- settings.mStereoSeparation = 128;
|
||
|
- settings.mMaxMixChannels = 32;
|
||
|
settings.mReverbDepth = 0;
|
||
|
settings.mReverbDelay = 0;
|
||
|
settings.mBassAmount = 0;
|