[Scummvm-cvs-logs] SF.net SVN: scummvm:[45188] scummvm/trunk/engines/sci/gui/gui.cpp

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Sat Oct 17 16:28:25 CEST 2009


Revision: 45188
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45188&view=rev
Author:   m_kiewitz
Date:     2009-10-17 14:28:25 +0000 (Sat, 17 Oct 2009)

Log Message:
-----------
SCI/newgui: Inserted comment about sq4 intro problem

Modified Paths:
--------------
    scummvm/trunk/engines/sci/gui/gui.cpp

Modified: scummvm/trunk/engines/sci/gui/gui.cpp
===================================================================
--- scummvm/trunk/engines/sci/gui/gui.cpp	2009-10-17 14:12:42 UTC (rev 45187)
+++ scummvm/trunk/engines/sci/gui/gui.cpp	2009-10-17 14:28:25 UTC (rev 45188)
@@ -585,6 +585,8 @@
 	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");


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list