SCI: removing unneeded call

was a left-over from debugging

svn-id: r53857
This commit is contained in:
Martin Kiewitz 2010-10-26 20:56:55 +00:00
parent d078a4d235
commit bd7d9965e9

View File

@ -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));