diff options
-rw-r--r-- | engines/dreamweb/stubs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp index 1521dddfe8..4a870fa42c 100644 --- a/engines/dreamweb/stubs.cpp +++ b/engines/dreamweb/stubs.cpp @@ -4449,7 +4449,7 @@ void DreamGenContext::entryAnims() { default: if (data.byte(kReallocation) == 46 && data.byte(kSartaindead) == 1) { // Crystal removeFreeObject(0); - } else if (data.byte(kLocation) == 9 && checkIfPathIsOn(2) && data.byte(kAidedead) == 0) { + } else if (data.byte(kLocation) == 9 && !checkIfPathIsOn(2) && data.byte(kAidedead) != 0) { // Top of church if (checkIfPathIsOn(3)) turnPathOn(2); |