aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel
diff options
context:
space:
mode:
authorJohannes Schickel2009-08-08 12:00:34 +0000
committerJohannes Schickel2009-08-08 12:00:34 +0000
commit462d6dc65ced5c08d91a31bdeed69702c681a822 (patch)
treea024ed00704a1581e6000dc745e7c2569bcb68c6 /engines/tinsel
parentd593c03c1a9fa6cee9601e7a9f5f3bab609ebe6f (diff)
downloadscummvm-rg350-462d6dc65ced5c08d91a31bdeed69702c681a822.tar.gz
scummvm-rg350-462d6dc65ced5c08d91a31bdeed69702c681a822.tar.bz2
scummvm-rg350-462d6dc65ced5c08d91a31bdeed69702c681a822.zip
Formatting fix.
svn-id: r43122
Diffstat (limited to 'engines/tinsel')
-rw-r--r--engines/tinsel/music.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/music.cpp b/engines/tinsel/music.cpp
index 0e4734851a..41a6714ba9 100644
--- a/engines/tinsel/music.cpp
+++ b/engines/tinsel/music.cpp
@@ -339,7 +339,7 @@ void SetMidiVolume(int vol) {
if (currentLoop)
PlayMidiSequence(currentMidi, true);
- _vm->_midiMusic->setVolume(vol);
+ _vm->_midiMusic->setVolume(vol);
} else if (vol != 0 && priorVolMusic != 0) {
// Alter current volume
_vm->_midiMusic->setVolume(vol);