MADS: Fix cycling remaining active when ending TextView starts

This commit is contained in:
Paul Gilbert 2015-03-11 22:10:41 -04:00
parent 1e3442ae44
commit 8e3ee9523e

View File

@ -666,6 +666,7 @@ void Scene::freeCurrentScene() {
}
_vm->_palette->_paletteUsage.load(nullptr);
_cyclingActive = false;
_hotspots.clear();
_backgroundSurface.free();
_depthSurface.free();