[Scummvm-cvs-logs] SF.net SVN: scummvm:[52626] scummvm/trunk/engines/mohawk/riven_external.cpp

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Tue Sep 7 19:58:11 CEST 2010


Revision: 52626
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52626&view=rev
Author:   mthreepwood
Date:     2010-09-07 17:58:10 +0000 (Tue, 07 Sep 2010)

Log Message:
-----------
MOHAWK: Implement xgplateau3160_dopools

The pools of water will now always show the video of returning to the "off" state.

Modified Paths:
--------------
    scummvm/trunk/engines/mohawk/riven_external.cpp

Modified: scummvm/trunk/engines/mohawk/riven_external.cpp
===================================================================
--- scummvm/trunk/engines/mohawk/riven_external.cpp	2010-09-07 17:45:55 UTC (rev 52625)
+++ scummvm/trunk/engines/mohawk/riven_external.cpp	2010-09-07 17:58:10 UTC (rev 52626)
@@ -1055,7 +1055,9 @@
 }
 
 void RivenExternal::xgplateau3160_dopools(uint16 argc, uint16 *argv) {
-	// TODO: "Bubble" map related
+	// Play the deactivation of a pool if one is active and a different one is activated
+	_vm->_gfx->changeCursor(kRivenHideCursor);
+	_vm->_video->playMovieBlocking(*_vm->getVar("glkbtns") * 2);
 }
 
 void RivenExternal::xgwt200_scribetime(uint16 argc, uint16 *argv) {


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