aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorPaul Gilbert2015-03-11 22:10:41 -0400
committerPaul Gilbert2015-03-11 22:10:41 -0400
commit8e3ee9523edb3aa47ad512bef82ce535f69042d9 (patch)
treeca6b26f2576ea0a59aadd77e77506f2dc798420d /engines
parent1e3442ae44e804c17e51d84972092fc459908ece (diff)
downloadscummvm-rg350-8e3ee9523edb3aa47ad512bef82ce535f69042d9.tar.gz
scummvm-rg350-8e3ee9523edb3aa47ad512bef82ce535f69042d9.tar.bz2
scummvm-rg350-8e3ee9523edb3aa47ad512bef82ce535f69042d9.zip
MADS: Fix cycling remaining active when ending TextView starts
Diffstat (limited to 'engines')
-rw-r--r--engines/mads/scene.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mads/scene.cpp b/engines/mads/scene.cpp
index a72648f0c9..bbc83a791b 100644
--- a/engines/mads/scene.cpp
+++ b/engines/mads/scene.cpp
@@ -666,6 +666,7 @@ void Scene::freeCurrentScene() {
}
_vm->_palette->_paletteUsage.load(nullptr);
+ _cyclingActive = false;
_hotspots.clear();
_backgroundSurface.free();
_depthSurface.free();