diff options
-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(); |