[Scummvm-cvs-logs] CVS: scummvm/saga game.cpp,1.75,1.76

Andrew Kurushin h00ligan at users.sourceforge.net
Sat Jul 16 14:54:16 CEST 2005


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

Modified Files:
	game.cpp 
Log Message:
fix Win32 demo font list

Index: game.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/game.cpp,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- game.cpp	9 Jul 2005 16:23:44 -0000	1.75
+++ game.cpp	16 Jul 2005 21:46:32 -0000	1.76
@@ -248,8 +248,8 @@
 };
 
 static GameFontDescription ITEWINDEMO_GameFonts[] = {
-	{0},
-	{2}
+	{2},
+	{0}
 }; 
 
 // Inherit the Earth - Mac Wyrmkeep version
@@ -660,7 +660,7 @@
 		GF_VOX_VOICES | GF_WYRMKEEP | GF_CD_FX
 	},
 	
-	// Inherit the earth - Linux Demo version
+	// Inherit the earth - Win32 Demo version
 	{
 		"ite-demo",
 		GType_ITE,
@@ -671,13 +671,13 @@
 		&ITE_Resources,
 		ARRAYSIZE(ITEWINDEMO_GameFiles),
 		ITEWINDEMO_GameFiles,
-		ARRAYSIZE(ITECD_GameFonts),
-		ITECD_GameFonts,
+		ARRAYSIZE(ITEWINDEMO_GameFonts),
+		ITEWINDEMO_GameFonts,
 		&ITECD_GameSound,
 		GF_VOX_VOICES | GF_WYRMKEEP | GF_CD_FX
 	},
 	
-	// Inherit the earth - Win32 Demo version
+	// Inherit the earth - early Win32 Demo version
 	{
 		"ite-demo",
 		GType_ITE,





More information about the Scummvm-git-logs mailing list