[Scummvm-cvs-logs] CVS: scummvm sound.cpp,1.4,1.5

Ludvig Strigeus strigeus at users.sourceforge.net
Tue Nov 6 12:26:02 CET 2001


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

Modified Files:
	sound.cpp 
Log Message:
always open monster.sou if it exists,
fate of atlantis is a scumm version 5 game that uses speech

Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** sound.cpp	2001/11/06 20:00:47	1.4
--- sound.cpp	2001/11/06 20:25:08	1.5
***************
*** 295,300 ****
  	_soundTagTable = (byte*)sound_tags;
  	_numSoundTags = 1;
! 	if (_majorScummVersion==6)
! 		_sfxFile = openSfxFile();
  }
  
--- 295,299 ----
  	_soundTagTable = (byte*)sound_tags;
  	_numSoundTags = 1;
! 	_sfxFile = openSfxFile();
  }
  





More information about the Scummvm-git-logs mailing list