[Scummvm-cvs-logs] CVS: scummvm/sound imuse.cpp,1.24,1.25

Vincent Hamm yazoo at users.sourceforge.net
Sun Apr 21 10:56:03 CEST 2002


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

Modified Files:
	imuse.cpp 
Log Message:
Fix (hack) imuse for samnmax. Fix (hack) samnmax inventory screen

Index: imuse.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/imuse.cpp,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** imuse.cpp	18 Apr 2002 21:40:24 -0000	1.24
--- imuse.cpp	21 Apr 2002 17:54:59 -0000	1.25
***************
*** 1354,1362 ****
  			return start_sound(b) ? 0 : -1;
  		case 9:
! 			return stop_sound(b);
  		case 11:
  			return stop_all_sounds();
  		case 13:
! 			return get_sound_status(b);
  		case 16:
  			return set_volchan(b, c);
--- 1354,1366 ----
  			return start_sound(b) ? 0 : -1;
  		case 9:
! 			return stop_sound(b);
! 		case 10:
! 			return stop_all_sounds(); //FIXME
  		case 11:
  			return stop_all_sounds();
  		case 13:
! 			return get_sound_status(b);
! 		case 14:
! 			return stop_sound(b); //FIXME  should be something like fade off
  		case 16:
  			return set_volchan(b, c);
***************
*** 1364,1368 ****
  			return set_channel_volume(b, c);
  		case 18:
! 			return set_volchan_entry(b, c);
  
  		case 2:
--- 1368,1376 ----
  			return set_channel_volume(b, c);
  		case 18:
! 			return set_volchan_entry(b, c);
! 		case 19:
! 			return stop_sound(b); //FIXME
! 		case 20:
! 			return stop_sound(b); //FIXME
  
  		case 2:





More information about the Scummvm-git-logs mailing list