[Scummvm-cvs-logs] CVS: scummvm/backends/PalmOS/Src palm.cpp,1.15,1.16

Chris Apers chrilith at users.sourceforge.net
Sun Jul 13 04:04:30 CEST 2003


Update of /cvsroot/scummvm/scummvm/backends/PalmOS/Src
In directory sc8-pr-cvs1:/tmp/cvs-serv8850

Modified Files:
	palm.cpp 
Log Message:
Don't try to run the sound thread if not set

Index: palm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/palm.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- palm.cpp	7 Jul 2003 08:45:20 -0000	1.15
+++ palm.cpp	13 Jul 2003 11:03:33 -0000	1.16
@@ -1256,6 +1256,7 @@
 	_paletteDirtyStart = 0;
 	_paletteDirtyEnd = 0;
 	
+	memset(&_sound, 0, sizeof(SoundDataType));
 	memset(_thread, 0, sizeof(_thread));
 	_threadID = 0;
 	_threadCounter = 0;





More information about the Scummvm-git-logs mailing list