diff options
Diffstat (limited to 'sound/mixer.cpp')
-rw-r--r-- | sound/mixer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/mixer.cpp b/sound/mixer.cpp index 6b1589b002..1a84590f6a 100644 --- a/sound/mixer.cpp +++ b/sound/mixer.cpp @@ -66,6 +66,7 @@ void SoundMixer::on_generate_samples(void *s, byte *samples, int len) { } bool SoundMixer::bind_to_system(OSystem *syst) { + //_volume_table = (int16*)malloc(256 * sizeof(int16)); _volume_table = (int16*)calloc(256*sizeof(int16),1); uint rate = (uint)syst->property(OSystem::PROP_GET_SAMPLE_RATE, 0); |