diff options
-rw-r--r-- | engines/sci/graphics/animate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/graphics/animate.cpp b/engines/sci/graphics/animate.cpp index 6ea81a8925..650ee0d6f9 100644 --- a/engines/sci/graphics/animate.cpp +++ b/engines/sci/graphics/animate.cpp @@ -285,7 +285,7 @@ void GfxAnimate::fill(byte &old_picNotValid, bool maySetNsRect) { // versions. m_kiewitz knew about this flag before I (lskovlun) implemented it, // so it is possible that more test cases are known. Also, some presently open // SCI1.1 bugs may be fixed by this and should be re-tested with this patch generalized. - if (g_sci->getGameId() == GID_HOYLE4 && it->scaleSignal & kScaleSignalDontSetNsrect) + if (it->scaleSignal & kScaleSignalDontSetNsrect) setNsRect = false; if (setNsRect) { |