aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven.cpp
diff options
context:
space:
mode:
authorMatthew Hoops2010-06-01 17:01:22 +0000
committerMatthew Hoops2010-06-01 17:01:22 +0000
commit42b22d16f6f4f8defc3bc276343b3066c8603877 (patch)
tree201d096c06afe423efd1784544519daeb75fd49d /engines/mohawk/riven.cpp
parent65f3cfcbd816fe05437298cd46621d9f058aaea3 (diff)
downloadscummvm-rg350-42b22d16f6f4f8defc3bc276343b3066c8603877.tar.gz
scummvm-rg350-42b22d16f6f4f8defc3bc276343b3066c8603877.tar.bz2
scummvm-rg350-42b22d16f6f4f8defc3bc276343b3066c8603877.zip
Fix videos in Riven activated from a different card from which they are played; minor cleanup.
svn-id: r49377
Diffstat (limited to 'engines/mohawk/riven.cpp')
-rw-r--r--engines/mohawk/riven.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/riven.cpp b/engines/mohawk/riven.cpp
index 744b3f2d2c..f3e4703c11 100644
--- a/engines/mohawk/riven.cpp
+++ b/engines/mohawk/riven.cpp
@@ -233,6 +233,7 @@ void MohawkEngine_Riven::changeToStack(uint16 n) {
// Stop any videos playing
_video->stopVideos();
+ _video->clearMLST();
// Clear the old stack files out
for (uint32 i = 0; i < _mhk.size(); i++)
@@ -310,7 +311,6 @@ void MohawkEngine_Riven::refreshCard() {
_gfx->clearWaterEffects();
_gfx->_activatedPLSTs.clear();
_video->stopVideos();
- _video->_mlstRecords.clear();
_gfx->drawPLST(1);
_activatedSLST = false;