diff options
-rw-r--r-- | engines/sci/graphics/animate.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sci/graphics/animate.cpp b/engines/sci/graphics/animate.cpp index 159f791ebd..92bdbd30c3 100644 --- a/engines/sci/graphics/animate.cpp +++ b/engines/sci/graphics/animate.cpp @@ -286,7 +286,6 @@ void GfxAnimate::fill(byte &old_picNotValid) { // This special handling is not included in the other SCI1.1 interpreters and MUST NOT be // checked in those cases, otherwise we will break games (e.g. EcoQuest 2, room 200) if ((g_sci->getGameId() == GID_HOYLE4) && (it->scaleSignal & kScaleSignalHoyle4SpecialHandling)) { - view->getCelRect(it->loopNo, it->celNo, it->x, it->y, it->z, it->celRect); it->celRect.left = readSelectorValue(_s->_segMan, curObject, SELECTOR(nsLeft)); it->celRect.top = readSelectorValue(_s->_segMan, curObject, SELECTOR(nsTop)); it->celRect.right = readSelectorValue(_s->_segMan, curObject, SELECTOR(nsRight)); |