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

Joost Peters joostp at users.sourceforge.net
Tue Aug 26 17:39:48 CEST 2003


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

Modified Files:
	speech.cpp 
Log Message:
Basic speech code, the change in speech.cpp is needed for me, but I am afraid it might break "speech.clu opening" for someone else..I'm confused as to how this all works. heh.
Anyway, if you hear no voices: this is probably where to look.


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





More information about the Scummvm-git-logs mailing list