[Scummvm-cvs-logs] SF.net SVN: scummvm: [28758] scummvm/trunk/engines/saga/sfuncs.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Mon Aug 27 16:22:25 CEST 2007


Revision: 28758
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28758&view=rev
Author:   thebluegr
Date:     2007-08-27 07:22:24 -0700 (Mon, 27 Aug 2007)

Log Message:
-----------
The actors in Nimdok's part of the IHNM demo are shown correctly now

Modified Paths:
--------------
    scummvm/trunk/engines/saga/sfuncs.cpp

Modified: scummvm/trunk/engines/saga/sfuncs.cpp
===================================================================
--- scummvm/trunk/engines/saga/sfuncs.cpp	2007-08-27 13:04:35 UTC (rev 28757)
+++ scummvm/trunk/engines/saga/sfuncs.cpp	2007-08-27 14:22:24 UTC (rev 28758)
@@ -608,10 +608,10 @@
 	showVerb();	// calls setStatusText("")
 
 	if (_vm->getGameType() == GType_IHNM) {
-		// Since it doesn't look like the IHNM scripts remove the
-		// cutaway after the intro, this is probably the best place to do it
-		if (_vm->_scene->currentChapterNumber() == 8)
-			_vm->_anim->clearCutaway();
+		// There are some cutaways which are not removed by game scripts, like the cutaway
+		// after the intro of IHNM or the cutaway at the end of Ellen's part in the IHNM demo.
+		// Clear any remaining cutaways here
+		_vm->_anim->clearCutaway();
 		_vm->_gfx->setCursor(kCursorNormal);
 	}
 }


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