diff options
Diffstat (limited to 'simon')
-rw-r--r-- | simon/sound.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/sound.cpp b/simon/sound.cpp index 98a0cbd05e..4651157458 100644 --- a/simon/sound.cpp +++ b/simon/sound.cpp @@ -245,7 +245,7 @@ int MP3Sound::playSound(uint sound, PlayingSoundHandle *handle, byte flags) uint32 size = _offsets[sound+1] - _offsets[sound]; - return _mixer->playMP3(handle, _file, size); + return _mixer->playMP3(handle, _file, size, 255, 0); } #endif |