From c909bdd896462f03f4ca4d79a21c6d07854a4d0d Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Sat, 17 Oct 2009 14:28:25 +0000 Subject: SCI/newgui: Inserted comment about sq4 intro problem svn-id: r45188 --- engines/sci/gui/gui.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engines/sci/gui/gui.cpp b/engines/sci/gui/gui.cpp index 5728ffd2d1..00cb9f8c9b 100644 --- a/engines/sci/gui/gui.cpp +++ b/engines/sci/gui/gui.cpp @@ -585,6 +585,8 @@ bool SciGui::canBeHere(reg_t curObject, reg_t listReference) { controlMask = GET_SEL32V(curObject, illegalBits); result = (_gfx->onControl(SCI_SCREEN_MASK_CONTROL, checkRect) & controlMask) ? false : true; if ((result) && (signal & (SCI_ANIMATE_SIGNAL_IGNOREACTOR | SCI_ANIMATE_SIGNAL_REMOVEVIEW))) { + // FIXME: this seems to be causing problems when roger wilco falls down from time portal in the intro sequence + // There must be a bug somewhere in here List *list = _s->_segMan->lookupList(listReference); if (!list) error("kCanBeHere called with non-list as parameter"); -- cgit v1.2.3