[Scummvm-cvs-logs] CVS: scummvm x11.cpp,1.15,1.16

Lionel Ulmer bbrox at users.sourceforge.net
Sat Apr 20 10:58:08 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv1850

Modified Files:
	x11.cpp 
Log Message:
Sorry about the spam.... Remove the debug changes added to get Valgrind to run.


Index: x11.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/x11.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** x11.cpp	20 Apr 2002 17:55:05 -0000	1.15
--- x11.cpp	20 Apr 2002 17:57:54 -0000	1.16
***************
*** 383,387 ****
  
  	if (format == SOUND_16BIT)
! 	  ; /* pthread_create(&sound_thread, NULL, sound_and_music_thread, (void *) &thread_param); */
  	else
  		warning("Only support 16 bit sound for now. Disabling sound ");
--- 383,387 ----
  
  	if (format == SOUND_16BIT)
! 		pthread_create(&sound_thread, NULL, sound_and_music_thread, (void *) &thread_param);
  	else
  		warning("Only support 16 bit sound for now. Disabling sound ");





More information about the Scummvm-git-logs mailing list