[Scummvm-cvs-logs] CVS: scummvm/common file.cpp,1.55,1.56

Travis Howell kirben at users.sourceforge.net
Tue Feb 10 03:00:03 CET 2004


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16261/common

Modified Files:
	file.cpp 
Log Message:

Previous method wouldn't work, since each langague is in different directory.


Index: file.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/file.cpp,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- file.cpp	6 Feb 2004 00:58:24 -0000	1.55
+++ file.cpp	10 Feb 2004 10:56:16 -0000	1.56
@@ -78,14 +78,7 @@
 		"execute/",
 		"EXECUTE/",
 		// Simon the Sorcerer 2 Amiga/Mac
-		"french/",
-		"FRENCH/",
-		"hebrew/",
-		"HEBREW/",
-		"italian/",
-		"ITALIAN/",
-		"spanish/",
-		"SPANISH/",
+		"../",
 		"voices/",
 		"VOICES/",
 		// sword1/2 stuff if user just copied files without putting





More information about the Scummvm-git-logs mailing list