aboutsummaryrefslogtreecommitdiff
path: root/saga/music.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2004-04-30 21:41:51 +0000
committerEugene Sandulenko2004-04-30 21:41:51 +0000
commit06d9f402df8c1be896f0b369ceacf81d1488663d (patch)
tree38db45ea0f6516252f1be4ab526763ee856010ad /saga/music.cpp
parentd5873104ad001ec0540e08517fbf92cc8246e1c2 (diff)
downloadscummvm-rg350-06d9f402df8c1be896f0b369ceacf81d1488663d.tar.gz
scummvm-rg350-06d9f402df8c1be896f0b369ceacf81d1488663d.tar.bz2
scummvm-rg350-06d9f402df8c1be896f0b369ceacf81d1488663d.zip
Indentation madness
svn-id: r13686
Diffstat (limited to 'saga/music.cpp')
-rw-r--r--saga/music.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/saga/music.cpp b/saga/music.cpp
index 3a04b0358a..a23ace3a07 100644
--- a/saga/music.cpp
+++ b/saga/music.cpp
@@ -72,7 +72,6 @@ void MusicPlayer::setVolume(int volume) {
for (int i = 0; i < 16; ++i) {
if (_channel[i]) {
- debug(0, "%d %d", _channelVolume[i], _masterVolume);
_channel[i]->volume(_channelVolume[i] * _masterVolume / 255);
}
}