aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorTravis Howell2003-07-24 10:20:56 +0000
committerTravis Howell2003-07-24 10:20:56 +0000
commitda0db02f6e4fb2fdd626962440987540d1e27153 (patch)
tree094bc537c05e3a7dd67f18169297bbb33c26283e /simon
parent34732e48debb701f6fecb3d5e2e09f135adf5b21 (diff)
downloadscummvm-rg350-da0db02f6e4fb2fdd626962440987540d1e27153.tar.gz
scummvm-rg350-da0db02f6e4fb2fdd626962440987540d1e27153.tar.bz2
scummvm-rg350-da0db02f6e4fb2fdd626962440987540d1e27153.zip
Fix for simon2mac voices problem, bug #776803
svn-id: r9160
Diffstat (limited to 'simon')
-rw-r--r--simon/sound.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/simon/sound.cpp b/simon/sound.cpp
index c18c6a34db..c7519e7ead 100644
--- a/simon/sound.cpp
+++ b/simon/sound.cpp
@@ -434,7 +434,6 @@ void SimonSound::playVoice(uint sound) {
if (file->isOpen() == false) {
warning("Can't open voice file %s", filename);
} else {
- delete _voice;
_voice = new WavSound(_mixer, file, _offsets);
}
}