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

Lionel Ulmer bbrox at users.sourceforge.net
Sat Apr 20 10:56:01 CEST 2002


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

Modified Files:
	x11.cpp 
Log Message:
Small fix thanks to valgrind.


Index: x11.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/x11.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** x11.cpp	20 Apr 2002 17:41:42 -0000	1.14
--- x11.cpp	20 Apr 2002 17:55:05 -0000	1.15
***************
*** 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 ");
***************
*** 760,763 ****
--- 760,764 ----
  				scumm_event->kbd.keycode = keycode;
  				scumm_event->kbd.ascii = (ascii != -1 ? ascii : keycode);
+ 				scumm_event->kbd.flags = 0;
  				return true;
  			}





More information about the Scummvm-git-logs mailing list