[Scummvm-cvs-logs] CVS: scummvm/simon sound.cpp,1.19,1.20

Oliver Kiehl olki at users.sourceforge.net
Sun Jun 15 03:31:02 CEST 2003


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv8437

Modified Files:
	sound.cpp 
Log Message:
fix for simon2


Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/sound.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- sound.cpp	15 Jun 2003 09:55:10 -0000	1.19
+++ sound.cpp	15 Jun 2003 10:30:08 -0000	1.20
@@ -145,7 +145,6 @@
 void SimonSound::loadSfxTable(File *gameFile, uint32 base) {
 	stopAll();
 
-	delete _effects;
 	if (_game & GF_WIN)
 		_effects = new WavSound(_mixer, gameFile, base);
 	else





More information about the Scummvm-git-logs mailing list