From d6a20a231b30242645860f453895f11d67a624e5 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 12 May 2005 09:12:30 +0000 Subject: Avoid HE regressions. svn-id: r18068 --- scumm/script_v72he.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/script_v72he.cpp') diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp index 208ca0cb0b..995bf4fef9 100644 --- a/scumm/script_v72he.cpp +++ b/scumm/script_v72he.cpp @@ -2135,7 +2135,7 @@ void ScummEngine_v72he::o72_isResourceLoaded() { error("o72_isResourceLoaded: default case %d", subOp); } - push (res.isResourceLoaded(type, idx) ? 100 : 0); + push(100); } void ScummEngine_v72he::o72_readINI() { -- cgit v1.2.3