From 21264fa23ada7b4cc645792d8bbb4eaae0e16b1f Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sat, 17 May 2003 00:15:52 +0000 Subject: newline to make gcc happy svn-id: r7588 --- sky/sound.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +} + -- cgit v1.2.3