[Scummvm-cvs-logs] CVS: scummvm/bs2 speech.cpp,1.13,1.14

Jonathan Gray khalek at users.sourceforge.net
Tue Aug 26 23:34:04 CEST 2003


Update of /cvsroot/scummvm/scummvm/bs2
In directory sc8-pr-cvs1:/tmp/cvs-serv7205

Modified Files:
	speech.cpp 
Log Message:
use file class for speech so people with clusters in different directories get to hear sound as well

Index: speech.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/speech.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- speech.cpp	27 Aug 2003 00:36:01 -0000	1.13
+++ speech.cpp	27 Aug 2003 06:32:42 -0000	1.14
@@ -1577,8 +1577,7 @@
 				} else
 #endif	// _SWORD2_DEBUG
 				{
-					strcpy(speechFile, g_sword2->getGameDataPath());
-					strcat(speechFile,"speech.clu");
+					strcpy(speechFile,"speech.clu");
 				}
 			}
  			//------------------------------





More information about the Scummvm-git-logs mailing list