aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound
diff options
context:
space:
mode:
authorFilippos Karapetis2014-10-28 16:17:06 +0200
committerFilippos Karapetis2014-10-28 16:17:06 +0200
commit9783f0bbd9f7aca0622ec0138d727abdcbd4145c (patch)
treef317913655effab671a952eaac6fa1d6ac05d3a9 /engines/sci/sound
parent6bdb362370df85da27ddae45065464240548e2ab (diff)
downloadscummvm-rg350-9783f0bbd9f7aca0622ec0138d727abdcbd4145c.tar.gz
scummvm-rg350-9783f0bbd9f7aca0622ec0138d727abdcbd4145c.tar.bz2
scummvm-rg350-9783f0bbd9f7aca0622ec0138d727abdcbd4145c.zip
SCI: Remove trailing whitespace
Diffstat (limited to 'engines/sci/sound')
-rw-r--r--engines/sci/sound/music.cpp2
-rw-r--r--engines/sci/sound/music.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/sound/music.cpp b/engines/sci/sound/music.cpp
index 362cca699d..7a6eaf62b4 100644
--- a/engines/sci/sound/music.cpp
+++ b/engines/sci/sound/music.cpp
@@ -142,7 +142,7 @@ void SciMusic::init() {
_driverLastChannel = _pMidiDrv->getLastChannel();
if (getSciVersion() <= SCI_VERSION_0_LATE)
_globalReverb = _pMidiDrv->getReverb(); // Init global reverb for SCI0
-
+
_currentlyPlayingSample = NULL;
}
diff --git a/engines/sci/sound/music.h b/engines/sci/sound/music.h
index 6149bb799e..4e44074630 100644
--- a/engines/sci/sound/music.h
+++ b/engines/sci/sound/music.h
@@ -264,7 +264,7 @@ private:
int _driverFirstChannel;
int _driverLastChannel;
-
+
MusicEntry *_currentlyPlayingSample;
};