From 7bc63a0ce33336684c8b690fea639e79ebbf5d32 Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Fri, 5 Sep 2003 06:22:10 +0000 Subject: fixes for uninitialized pan and volume svn-id: r9998 --- simon/sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simon') 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 -- cgit v1.2.3