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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sat Oct 17 23:56:40 CEST 2009


Revision: 45205
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45205&view=rev
Author:   thebluegr
Date:     2009-10-17 21:56:40 +0000 (Sat, 17 Oct 2009)

Log Message:
-----------
Removed obsolete/resolved FIXME

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 21:54:44 UTC (rev 45204)
+++ scummvm/trunk/engines/sci/gui/gui.cpp	2009-10-17 21:56:40 UTC (rev 45205)
@@ -589,8 +589,6 @@
 	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)) == 0) {
-		// 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