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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Jun 7 17:47:48 CEST 2007


Revision: 27172
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27172&view=rev
Author:   thebluegr
Date:     2007-06-07 08:47:47 -0700 (Thu, 07 Jun 2007)

Log Message:
-----------
Fixed regression: panel mode should be set to video at the beginning of IHNM

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

Modified: scummvm/trunk/engines/saga/ihnm_introproc.cpp
===================================================================
--- scummvm/trunk/engines/saga/ihnm_introproc.cpp	2007-06-07 15:44:11 UTC (rev 27171)
+++ scummvm/trunk/engines/saga/ihnm_introproc.cpp	2007-06-07 15:47:47 UTC (rev 27172)
@@ -98,6 +98,7 @@
 	// the intro. We just use that panel mode.
 
 	_vm->_anim->setCutAwayMode(kPanelVideo);
+	_vm->_interface->setMode(kPanelVideo);
 
 	n_introscenes = ARRAYSIZE(IHNM_IntroList);
 


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