[Scummvm-cvs-logs] CVS: scummvm/scumm script_v7he.cpp,2.115,2.116

Travis Howell kirben at users.sourceforge.net
Sun Oct 17 22:16:11 CEST 2004


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

Modified Files:
	script_v7he.cpp 
Log Message:

Leftover


Index: script_v7he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v7he.cpp,v
retrieving revision 2.115
retrieving revision 2.116
diff -u -d -r2.115 -r2.116
--- script_v7he.cpp	18 Oct 2004 05:10:15 -0000	2.115
+++ script_v7he.cpp	18 Oct 2004 05:15:10 -0000	2.116
@@ -890,9 +890,7 @@
 	type = pop();
 	switch (type) {
 	case 1: // number
-		if (!strcmp((char *)option, "ReadPagesAutomatically"))
-			push(1);
-		else if (!strcmp((char *)option, "NoPrinting"))
+		if (!strcmp((char *)option, "NoPrinting"))
 			push(1);
 		else
 			push(0);





More information about the Scummvm-git-logs mailing list