aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v72he.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-05-12 09:12:30 +0000
committerTravis Howell2005-05-12 09:12:30 +0000
commitd6a20a231b30242645860f453895f11d67a624e5 (patch)
treee0c1e2f3a60d02a85fba744f79d8ed2b6e9d8b26 /scumm/script_v72he.cpp
parent3386b6cdd1965e86a4fee4d599d3de0575d4be39 (diff)
downloadscummvm-rg350-d6a20a231b30242645860f453895f11d67a624e5.tar.gz
scummvm-rg350-d6a20a231b30242645860f453895f11d67a624e5.tar.bz2
scummvm-rg350-d6a20a231b30242645860f453895f11d67a624e5.zip
Avoid HE regressions.
svn-id: r18068
Diffstat (limited to 'scumm/script_v72he.cpp')
-rw-r--r--scumm/script_v72he.cpp2
1 files changed, 1 insertions, 1 deletions
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() {