aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound/music.cpp
diff options
context:
space:
mode:
authorm-kiewitz2013-09-15 23:21:23 +0200
committerm-kiewitz2013-09-15 23:21:23 +0200
commit0fd15e6db3d335ed1cbf36e7735abd2691d5096e (patch)
tree927ed67bce2e72f3772ee675535d5549916af67c /engines/sci/sound/music.cpp
parentd9b0658165e3c4596a20a6d3984cf51569a0d2e4 (diff)
downloadscummvm-rg350-0fd15e6db3d335ed1cbf36e7735abd2691d5096e.tar.gz
scummvm-rg350-0fd15e6db3d335ed1cbf36e7735abd2691d5096e.tar.bz2
scummvm-rg350-0fd15e6db3d335ed1cbf36e7735abd2691d5096e.zip
SCI: fix tabs in last commit
Diffstat (limited to 'engines/sci/sound/music.cpp')
-rw-r--r--engines/sci/sound/music.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/sci/sound/music.cpp b/engines/sci/sound/music.cpp
index 7fdcac21a4..1628a22386 100644
--- a/engines/sci/sound/music.cpp
+++ b/engines/sci/sound/music.cpp
@@ -521,12 +521,12 @@ void SciMusic::soundPlay(MusicEntry *pSnd) {
pSnd->pMidiParser->jumpToTick(0);
else {
// Fast forward to the last position and perform associated events when loading
- pSnd->inFastForward = true;
- // we set this flag, so that the midiparser doesn't set any signals for scripts
- // if we don't do this, at least accessing the debugger will reset previously set signals
+ pSnd->inFastForward = true;
+ // we set this flag, so that the midiparser doesn't set any signals for scripts
+ // if we don't do this, at least accessing the debugger will reset previously set signals
pSnd->pMidiParser->jumpToTick(pSnd->ticker, true, true, true);
- pSnd->inFastForward = false;
- }
+ pSnd->inFastForward = false;
+ }
// Restore looping and hold
pSnd->loop = prevLoop;
@@ -765,7 +765,7 @@ MusicEntry::MusicEntry() {
resourceId = 0;
isQueued = false;
- inFastForward = false;
+ inFastForward = false;
dataInc = 0;
ticker = 0;