diff options
Diffstat (limited to 'sound/audiocd.cpp')
-rw-r--r-- | sound/audiocd.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/audiocd.cpp b/sound/audiocd.cpp index 625def58fe..f1288131fa 100644 --- a/sound/audiocd.cpp +++ b/sound/audiocd.cpp @@ -120,7 +120,7 @@ void AudioCDManager::setVolume(byte volume) { _mixer->setChannelVolume(_handle, _cd.volume); } else { // Real Audio CD - + // Unfortunately I can't implement this atm // since SDL doesn't seem to offer an interface method for this. @@ -136,7 +136,7 @@ void AudioCDManager::setBalance(int8 balance) { _mixer->setChannelBalance(_handle, _cd.balance); } else { // Real Audio CD - + // Unfortunately I can't implement this atm // since SDL doesn't seem to offer an interface method for this. |