From 009889dd13c9a9ddb535864ef75a19a886dc7d28 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Tue, 7 Sep 2010 17:58:10 +0000 Subject: MOHAWK: Implement xgplateau3160_dopools The pools of water will now always show the video of returning to the "off" state. svn-id: r52626 --- engines/mohawk/riven_external.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'engines/mohawk') diff --git a/engines/mohawk/riven_external.cpp b/engines/mohawk/riven_external.cpp index be31ad801e..1871bd4d14 100644 --- a/engines/mohawk/riven_external.cpp +++ b/engines/mohawk/riven_external.cpp @@ -1055,7 +1055,9 @@ void RivenExternal::xgisland1490_domecheck(uint16 argc, uint16 *argv) { } 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) { -- cgit v1.2.3