[Scummvm-cvs-logs] SF.net SVN: scummvm:[45122] scummvm/trunk/engines/sci/engine/kmovement.cpp

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Thu Oct 15 16:57:40 CEST 2009


Revision: 45122
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45122&view=rev
Author:   m_kiewitz
Date:     2009-10-15 14:57:40 +0000 (Thu, 15 Oct 2009)

Log Message:
-----------
SCI: added fix for iceman (dance with girl walking)

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/kmovement.cpp

Modified: scummvm/trunk/engines/sci/engine/kmovement.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kmovement.cpp	2009-10-15 13:42:25 UTC (rev 45121)
+++ scummvm/trunk/engines/sci/engine/kmovement.cpp	2009-10-15 14:57:40 UTC (rev 45122)
@@ -330,7 +330,8 @@
 		completed = 1;
 	}
 
-	if (getSciVersion() > SCI_VERSION_01)
+	// FIXME: find out why iceman needs this and we ask for version > SCI01
+	if ((getSciVersion() > SCI_VERSION_01) || (s->_gameName == "iceman"))
 		if (completed)
 			invoke_selector(INV_SEL(mover, moveDone, kStopOnInvalidSelector), 0);
 


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