[Scummvm-cvs-logs] CVS: scummvm/sword1 sword1.cpp,1.95,1.96

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


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

Modified Files:
	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.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- sword1.cpp	20 Oct 2005 13:08:43 -0000	1.95
+++ sword1.cpp	23 Oct 2005 10:03:27 -0000	1.96
@@ -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