[Scummvm-cvs-logs] CVS: scummvm/saga saga.cpp,1.58,1.59

Eugene Sandulenko sev at users.sourceforge.net
Thu Nov 18 14:55:06 CET 2004


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

Modified Files:
	saga.cpp 
Log Message:
Make IHNM default be 1x scaler.


Index: saga.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/saga.cpp,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- saga.cpp	15 Nov 2004 03:03:47 -0000	1.58
+++ saga.cpp	18 Nov 2004 22:54:15 -0000	1.59
@@ -58,8 +58,8 @@
 static const GameSettings saga_games[] = {
 	{"ite", "Inherit the Earth", 0},
 	{"ite-demo", "Inherit the Earth (Demo)",  0},
-	{"ihnm", "I Have No Mouth and I Must Scream", 0 },
-	{"ihnm-demo", "I Have No Mouth and I Must Scream (Demo)", 0 },
+	{"ihnm", "I Have No Mouth and I Must Scream", GF_DEFAULT_TO_1X_SCALER },
+	{"ihnm-demo", "I Have No Mouth and I Must Scream (Demo)", GF_DEFAULT_TO_1X_SCALER },
 	{0, 0, 0}
 };
 





More information about the Scummvm-git-logs mailing list