[Scummvm-cvs-logs] CVS: scummvm/sword1 sword1.cpp,1.99,1.100

kirben kirben at users.sourceforge.net
Thu Jan 19 15:13:00 CET 2006


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

Modified Files:
	sword1.cpp 
Log Message:

Make game titles consistent


Index: sword1.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/sword1.cpp,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- sword1.cpp	18 Jan 2006 17:39:53 -0000	1.99
+++ sword1.cpp	19 Jan 2006 23:11:56 -0000	1.100
@@ -48,9 +48,9 @@
 
 /* Broken Sword 1 */
 static const GameSettings sword1FullSettings =
-	{"sword1", "Broken Sword 1 - The Shadow of the Templars", GF_DEFAULT_TO_1X_SCALER};
+	{"sword1", "Broken Sword 1: The Shadow of the Templars", GF_DEFAULT_TO_1X_SCALER};
 static const GameSettings sword1DemoSettings =
-	{"sword1demo", "Broken Sword 1 - The Shadow of the Templars (Demo)", GF_DEFAULT_TO_1X_SCALER | Sword1::GF_DEMO };
+	{"sword1demo", "Broken Sword 1: The Shadow of the Templars (Demo)", GF_DEFAULT_TO_1X_SCALER | Sword1::GF_DEMO };
 
 // check these subdirectories (if present)
 static const char *g_dirNames[] = {	"clusters",	"speech" };





More information about the Scummvm-git-logs mailing list