aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/sound.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2017-08-03 22:24:00 -0400
committerPaul Gilbert2017-08-03 22:24:00 -0400
commit4649bbfce286b51ffd822dfb50d90e5709fade97 (patch)
tree5aae4db96efefedbab25c9dbe3664f09ce278d80 /engines/titanic/sound/sound.cpp
parenta503af495988a0a65d770758d697475f5b1ac414 (diff)
downloadscummvm-rg350-4649bbfce286b51ffd822dfb50d90e5709fade97.tar.gz
scummvm-rg350-4649bbfce286b51ffd822dfb50d90e5709fade97.tar.bz2
scummvm-rg350-4649bbfce286b51ffd822dfb50d90e5709fade97.zip
TITANIC: Shifting wave file playback into CWaveFile class
Diffstat (limited to 'engines/titanic/sound/sound.cpp')
-rw-r--r--engines/titanic/sound/sound.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/titanic/sound/sound.cpp b/engines/titanic/sound/sound.cpp
index c28823148e..fb8cc299df 100644
--- a/engines/titanic/sound/sound.cpp
+++ b/engines/titanic/sound/sound.cpp
@@ -129,7 +129,6 @@ CWaveFile *CSound::loadSound(const CString &name) {
// Found it, so move it to the front of the list and return
_sounds.remove(soundItem);
_sounds.push_front(soundItem);
- soundItem->_waveFile->reset();
return soundItem->_waveFile;
}
}