[Scummvm-cvs-logs] CVS: scummvm/common file.cpp,1.22,1.23

Max Horn fingolfin at users.sourceforge.net
Sat Jan 11 17:07:08 CET 2003


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv21129/common

Modified Files:
	file.cpp 
Log Message:
search for files in voices/ subdir (useful for Simon2Mac)

Index: file.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/file.cpp,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- file.cpp	9 Jan 2003 14:50:35 -0000	1.22
+++ file.cpp	12 Jan 2003 01:06:28 -0000	1.23
@@ -47,10 +47,12 @@
 		"data/",
 		"DATA/",
 		"resource/",
-		"RESOURCE/"
+		"RESOURCE/",
+		"voices/",
+		"VOICES/"
 	};
 
-	for (uint8 l = 0; l < 7; l++) {
+	for (uint8 l = 0; l < 9; l++) {
 		strcpy(buf, directory);
 		if (directory[0] != 0) {
 #ifdef __MORPHOS__





More information about the Scummvm-git-logs mailing list