[Scummvm-cvs-logs] CVS: scummvm/sound imuse.cpp,1.5,1.6

James Brown ender at users.sourceforge.net
Tue Mar 5 07:51:03 CET 2002


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

Modified Files:
	imuse.cpp 
Log Message:
Removed some debugging messages.



Index: imuse.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/imuse.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** imuse.cpp	2 Mar 2002 12:54:37 -0000	1.5
--- imuse.cpp	5 Mar 2002 15:50:11 -0000	1.6
***************
*** 42,48 ****
  
  #ifdef SAMNMAX
! #define MDHD_TAG "MDpg"
  #else
! #define MDHD_TAG "MDhd"
  #endif
  
--- 42,48 ----
  
  #ifdef SAMNMAX
! 	#define MDHD_TAG "MDpg"
  #else
! 	#define MDHD_TAG "MDhd"
  #endif
  
***************
*** 1060,1069 ****
  void Player::set_tempo(uint32 b) {
  	uint32 i,j;
! printf("is: %d\n", _se->_s->_gameTempo);
          if (_se->_s->_gameTempo < 1000)
                  i = TEMPO_BASE;
          else
                  i = _se->_s->_gameTempo;
! 	printf("Tempo set to: %d\n", i);
  	j = _tempo = b;
  
--- 1060,1069 ----
  void Player::set_tempo(uint32 b) {
  	uint32 i,j;
! 
          if (_se->_s->_gameTempo < 1000)
                  i = TEMPO_BASE;
          else
                  i = _se->_s->_gameTempo;
! 
  	j = _tempo = b;
  





More information about the Scummvm-git-logs mailing list