diff options
Diffstat (limited to 'simon')
-rw-r--r-- | simon/sound.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/simon/sound.cpp b/simon/sound.cpp index 9b24987356..ab249e7910 100644 --- a/simon/sound.cpp +++ b/simon/sound.cpp @@ -145,7 +145,6 @@ void SimonSound::readSfxFile(const char *filename, const char *gameDataPath) { void SimonSound::loadSfxTable(File *gameFile, uint32 base) { stopAll(); - delete _effects; if (_game & GF_WIN) _effects = new WavSound(_mixer, gameFile, base); else |