svn-id: r15602
This commit is contained in:
Travis Howell 2004-10-18 05:15:10 +00:00
parent 6ad08cd944
commit 33cab90202

View File

@ -890,9 +890,7 @@ void ScummEngine_v70he::o70_readINI() {
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);