[Scummvm-cvs-logs] scummvm master -> 8e3ee9523edb3aa47ad512bef82ce535f69042d9

dreammaster dreammaster at scummvm.org
Thu Mar 12 03:11:47 CET 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
8e3ee9523e MADS: Fix cycling remaining active when ending TextView starts


Commit: 8e3ee9523edb3aa47ad512bef82ce535f69042d9
    https://github.com/scummvm/scummvm/commit/8e3ee9523edb3aa47ad512bef82ce535f69042d9
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-03-11T22:10:41-04:00

Commit Message:
MADS: Fix cycling remaining active when ending TextView starts

Changed paths:
    engines/mads/scene.cpp



diff --git a/engines/mads/scene.cpp b/engines/mads/scene.cpp
index a72648f..bbc83a7 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();






More information about the Scummvm-git-logs mailing list