aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/sound.cpp
diff options
context:
space:
mode:
authorMax Horn2010-10-23 15:46:50 +0000
committerMax Horn2010-10-23 15:46:50 +0000
commit3534cff8ef88b5e6a87e4f561146e52288456fa1 (patch)
tree5df229a8ffc35eb40462f362ecb7ab09ff7db238 /engines/draci/sound.cpp
parentefcfb40da92eedc2a22e595b26369f960efd434e (diff)
downloadscummvm-rg350-3534cff8ef88b5e6a87e4f561146e52288456fa1.tar.gz
scummvm-rg350-3534cff8ef88b5e6a87e4f561146e52288456fa1.tar.bz2
scummvm-rg350-3534cff8ef88b5e6a87e4f561146e52288456fa1.zip
ALL: Fix indention (whitespaces -> tabs)
svn-id: r53738
Diffstat (limited to 'engines/draci/sound.cpp')
-rw-r--r--engines/draci/sound.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/draci/sound.cpp b/engines/draci/sound.cpp
index c9244d7eac..6828066c3a 100644
--- a/engines/draci/sound.cpp
+++ b/engines/draci/sound.cpp
@@ -407,14 +407,14 @@ void Sound::stopVoice() {
}
void Sound::setVolume() {
- if (_mixer->isReady()) {
- _muteSound = ConfMan.getBool("sfx_mute");
- _muteVoice = ConfMan.getBool("speech_mute");
- } else {
- _muteSound = _muteVoice = true;
- }
+ if (_mixer->isReady()) {
+ _muteSound = ConfMan.getBool("sfx_mute");
+ _muteVoice = ConfMan.getBool("speech_mute");
+ } else {
+ _muteSound = _muteVoice = true;
+ }
if (ConfMan.getBool("mute")) {
- _muteSound = _muteVoice = true;
+ _muteSound = _muteVoice = true;
}
_showSubtitles = ConfMan.getBool("subtitles");
_talkSpeed = ConfMan.getInt("talkspeed");