[Scummvm-cvs-logs] CVS: scummvm/sword1 sword1.cpp,1.93.2.3,1.93.2.4

kirben kirben at users.sourceforge.net
Wed Jan 18 06:16:03 CET 2006


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

Modified Files:
      Tag: branch-0-8-0
	sword1.cpp 
Log Message:

Add full game titles.


Index: sword1.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/sword1.cpp,v
retrieving revision 1.93.2.3
retrieving revision 1.93.2.4
diff -u -d -r1.93.2.3 -r1.93.2.4
--- sword1.cpp	23 Oct 2005 10:03:33 -0000	1.93.2.3
+++ sword1.cpp	18 Jan 2006 14:15:13 -0000	1.93.2.4
@@ -48,9 +48,9 @@
 
 /* Broken Sword 1 */
 static const GameSettings sword1FullSettings =
-	{"sword1", "Broken Sword 1", 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 (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