diff options
-rw-r--r-- | sky/sound.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sky/sound.cpp b/sky/sound.cpp index 1447b8e937..6cfe26ee9d 100644 --- a/sky/sound.cpp +++ b/sky/sound.cpp @@ -105,4 +105,5 @@ void SkySound::playSound(uint16 sound, uint16 volume) { if (_ingameSound) _mixer->stop(_ingameSound - 1); _mixer->setVolume(volume); _mixer->playRaw(&_ingameSound, _soundData + dataOfs, dataSize, sampleRate, flags); -}
\ No newline at end of file +} + |