[Scummvm-cvs-logs] SF.net SVN: scummvm:[54682] scummvm/trunk/engines/mohawk/myst_stacks/myst. cpp

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Tue Nov 30 17:54:04 CET 2010


Revision: 54682
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54682&view=rev
Author:   mthreepwood
Date:     2010-11-30 16:54:03 +0000 (Tue, 30 Nov 2010)

Log Message:
-----------
MOHAWK: Have the Myst book appear in the intro again

Modified Paths:
--------------
    scummvm/trunk/engines/mohawk/myst_stacks/myst.cpp

Modified: scummvm/trunk/engines/mohawk/myst_stacks/myst.cpp
===================================================================
--- scummvm/trunk/engines/mohawk/myst_stacks/myst.cpp	2010-11-30 16:41:48 UTC (rev 54681)
+++ scummvm/trunk/engines/mohawk/myst_stacks/myst.cpp	2010-11-30 16:54:03 UTC (rev 54682)
@@ -2016,9 +2016,10 @@
 
 	switch (_vm->getCurStack()) {
 	case kIntroStack:
+		_vm->_gfx->updateScreen();
 		_vm->_system->delayMillis(4 * 1000);
 		_vm->_gfx->copyImageToScreen(4, Common::Rect(0, 0, 544, 333));
-		// TODO : Wait until video ends, then change to card 5
+		// TODO: Wait until video ends, then change to card 5
 		break;
 	case kStoneshipStack:
 		varUnusedCheck(op, var);


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