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

Travis Howell kirben at users.sourceforge.net
Sun Jun 15 03:49:17 CEST 2003


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

Modified Files:
	sound.cpp 
Log Message:

Stop simon1win crashing on loading of save game


Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/sound.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- sound.cpp	15 Jun 2003 10:30:08 -0000	1.20
+++ sound.cpp	15 Jun 2003 10:48:21 -0000	1.21
@@ -138,7 +138,6 @@
 		}
 	}
 
-	delete _effects;
 	_effects = new WavSound(_mixer, file);
 }
 





More information about the Scummvm-git-logs mailing list