From ce51902d7accd0dbe01d7de4cb4713ed57136658 Mon Sep 17 00:00:00 2001 From: Oliver Kiehl Date: Sun, 15 Jun 2003 10:30:08 +0000 Subject: fix for simon2 svn-id: r8503 --- simon/sound.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'simon') 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 -- cgit v1.2.3