From 05c0c8e98bbfd9432d32d0592ad80f3f210d5bd9 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 9 Aug 2011 11:46:50 +1000 Subject: SCUMM: Backyard Soccer 2004 uses a different INI setting to disable printing. --- engines/scumm/he/script_v72he.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/scumm/he/script_v72he.cpp b/engines/scumm/he/script_v72he.cpp index 0510f77740..b9f454de0f 100644 --- a/engines/scumm/he/script_v72he.cpp +++ b/engines/scumm/he/script_v72he.cpp @@ -1827,7 +1827,7 @@ void ScummEngine_v72he::o72_readINI() { switch (subOp) { case 43: // HE 100 case 6: // number - if (!strcmp((char *)option, "NoPrinting")) { + if (!strcmp((char *)option, "DisablePrinting") || !strcmp((char *)option, "NoPrinting")) { push(1); } else if (!strcmp((char *)option, "TextOn")) { push(ConfMan.getBool("subtitles")); -- cgit v1.2.3