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

Max Horn fingolfin at users.sourceforge.net
Sun Oct 23 03:05:55 CEST 2005


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

Modified Files:
      Tag: branch-0-8-0
	sword1.cpp 
Log Message:
Unified Broken Sword 1 & 2 name (instead of I & II) -- usage is more consistent with other numerically numbered games (and also internally consistent). Work in progress.

Index: sword1.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/sword1.cpp,v
retrieving revision 1.93.2.2
retrieving revision 1.93.2.3
diff -u -d -r1.93.2.2 -r1.93.2.3
--- sword1.cpp	20 Oct 2005 13:19:36 -0000	1.93.2.2
+++ sword1.cpp	23 Oct 2005 10:03:33 -0000	1.93.2.3
@@ -48,9 +48,9 @@
 
 /* Broken Sword 1 */
 static const GameSettings sword1FullSettings =
-	{"sword1", "Broken Sword I", GF_DEFAULT_TO_1X_SCALER};
+	{"sword1", "Broken Sword 1", GF_DEFAULT_TO_1X_SCALER};
 static const GameSettings sword1DemoSettings =
-	{"sword1demo", "Broken Sword I (Demo)", GF_DEFAULT_TO_1X_SCALER | Sword1::GF_DEMO };
+	{"sword1demo", "Broken Sword 1 (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