[Scummvm-cvs-logs] CVS: scummvm sound.cpp,1.19,1.20

Vincent Hamm yazoo at users.sourceforge.net
Wed Feb 27 14:54:02 CET 2002


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

Modified Files:
	sound.cpp 
Log Message:
Fixed a little typo

Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** sound.cpp	27 Feb 2002 22:48:55 -0000	1.19
--- sound.cpp	27 Feb 2002 22:53:01 -0000	1.20
***************
*** 380,384 ****
  	file = fopen(buf, "rb");
  	if (!file) {
! 		sprintf(buf, "%smonster.sou", _gameDataPath, _exe_name);
  		file = fopen(buf, "rb");
  	}
--- 380,384 ----
  	file = fopen(buf, "rb");
  	if (!file) {
! 		sprintf(buf, "%smonster.sou", _gameDataPath);
  		file = fopen(buf, "rb");
  	}





More information about the Scummvm-git-logs mailing list