[Scummvm-cvs-logs] SF.net SVN: scummvm:[55411] scummvm/trunk/engines/gob/inter_v6.cpp
drmccoy at users.sourceforge.net
drmccoy at users.sourceforge.net
Sat Jan 22 10:31:02 CET 2011
Revision: 55411
http://scummvm.svn.sourceforge.net/scummvm/?rev=55411&view=rev
Author: drmccoy
Date: 2011-01-22 09:31:02 +0000 (Sat, 22 Jan 2011)
Log Message:
-----------
GOB: Another (?) non-blocking video flag
This fixes the intro needing an extra ESC.
Interestingly, the intro movie is actually interactive. You can
influence the paths Max takes by pressed the arrow keys at the
right times.
Modified Paths:
--------------
scummvm/trunk/engines/gob/inter_v6.cpp
Modified: scummvm/trunk/engines/gob/inter_v6.cpp
===================================================================
--- scummvm/trunk/engines/gob/inter_v6.cpp 2011-01-22 08:00:57 UTC (rev 55410)
+++ scummvm/trunk/engines/gob/inter_v6.cpp 2011-01-22 09:31:02 UTC (rev 55411)
@@ -168,7 +168,7 @@
if (props.startFrame == -2) {
props.startFrame = 0;
props.lastFrame = -1;
- close = false;
+ props.flags &= ~0x1000;
}
_vm->_vidPlayer->evaluateFlags(props, true);
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