aboutsummaryrefslogtreecommitdiff
path: root/engines/cine
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine')
-rw-r--r--engines/cine/sound.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/engines/cine/sound.cpp b/engines/cine/sound.cpp
index a736f3d625..23e9db9670 100644
--- a/engines/cine/sound.cpp
+++ b/engines/cine/sound.cpp
@@ -575,9 +575,7 @@ PCSoundFxPlayer::PCSoundFxPlayer(PCSoundDriver *driver)
PCSoundFxPlayer::~PCSoundFxPlayer() {
_driver->setUpdateCallback(NULL, NULL);
- if (_playing) {
- stop();
- }
+ stop();
}
bool PCSoundFxPlayer::load(const char *song) {
@@ -589,9 +587,7 @@ bool PCSoundFxPlayer::load(const char *song) {
}
_fadeOutCounter = 0;
- if (_playing) {
- stop();
- }
+ stop();
_sfxData = readBundleSoundFile(song);
if (!_sfxData) {