aboutsummaryrefslogtreecommitdiff
path: root/queen/sound.cpp
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-11-08 23:45:45 +0000
committerPaweł Kołodziejski2003-11-08 23:45:45 +0000
commit8f130401a11905ba3c554aaa67437946d4ad7e1f (patch)
treec8b5459dcc90f7f1409f002fe2ebf920d32215fe /queen/sound.cpp
parent14b7d027a24391b39e29b7168b8d67b2b6ebffae (diff)
downloadscummvm-rg350-8f130401a11905ba3c554aaa67437946d4ad7e1f.tar.gz
scummvm-rg350-8f130401a11905ba3c554aaa67437946d4ad7e1f.tar.bz2
scummvm-rg350-8f130401a11905ba3c554aaa67437946d4ad7e1f.zip
cleanup whitespaces
svn-id: r11224
Diffstat (limited to 'queen/sound.cpp')
-rw-r--r--queen/sound.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/queen/sound.cpp b/queen/sound.cpp
index 4cd38fa26f..766659c78a 100644
--- a/queen/sound.cpp
+++ b/queen/sound.cpp
@@ -95,7 +95,7 @@ static ov_callbacks g_File_wrap = {
#endif
Sound::Sound(SoundMixer *mixer, Input *input, Resource *resource) :
- _mixer(mixer), _input(input), _resource(resource), _lastOverride(0), _currentSong(0), _sfxHandle(0) {
+ _mixer(mixer), _input(input), _resource(resource), _lastOverride(0), _currentSong(0), _sfxHandle(0) {
}
Sound::~Sound() {
@@ -281,18 +281,18 @@ void Sound::playSong(int16 songNum) {
// Volume normal
case 5:
warning("Sound::playSong() -> alter_current_volume() not implemented yet");
- //alter_current_volume();
- return;
+ //alter_current_volume();
+ return;
// Volume soft
case 15:
- //volumecontrol(-1,(20*VOLUME)/100);
- return;
+ //volumecontrol(-1,(20*VOLUME)/100);
+ return;
// Volume medium
case 14:
- //volumecontrol(-1,(32*VOLUME)/100);
- return;
+ //volumecontrol(-1,(32*VOLUME)/100);
+ return;
// Open door
case 25:
@@ -301,7 +301,7 @@ void Sound::playSong(int16 songNum) {
// Close door
case 26:
- sfxPlay("105ASSSS");
+ sfxPlay("105ASSSS");
return;
// Light switch