diff options
author | Paul Gilbert | 2015-03-11 22:10:41 -0400 |
---|---|---|
committer | Paul Gilbert | 2015-03-11 22:10:41 -0400 |
commit | 8e3ee9523edb3aa47ad512bef82ce535f69042d9 (patch) | |
tree | ca6b26f2576ea0a59aadd77e77506f2dc798420d | |
parent | 1e3442ae44e804c17e51d84972092fc459908ece (diff) | |
download | scummvm-rg350-8e3ee9523edb3aa47ad512bef82ce535f69042d9.tar.gz scummvm-rg350-8e3ee9523edb3aa47ad512bef82ce535f69042d9.tar.bz2 scummvm-rg350-8e3ee9523edb3aa47ad512bef82ce535f69042d9.zip |
MADS: Fix cycling remaining active when ending TextView starts
-rw-r--r-- | engines/mads/scene.cpp | 1 |
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(); |