aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--simon/sound.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/simon/sound.cpp b/simon/sound.cpp
index ab249e7910..c9750d3451 100644
--- a/simon/sound.cpp
+++ b/simon/sound.cpp
@@ -138,7 +138,6 @@ void SimonSound::readSfxFile(const char *filename, const char *gameDataPath) {
}
}
- delete _effects;
_effects = new WavSound(_mixer, file);
}