[Scummvm-cvs-logs] scummvm master -> f88acd489d5ed60db4b634db234921bec11fb3dc

dreammaster dreammaster at scummvm.org
Wed May 11 13:12:48 CEST 2011


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:
f88acd489d TSAGE: Completely remove the resetting of _scrollFollower. It needs to be maintained between scenes


Commit: f88acd489d5ed60db4b634db234921bec11fb3dc
    https://github.com/scummvm/scummvm/commit/f88acd489d5ed60db4b634db234921bec11fb3dc
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2011-05-11T04:11:11-07:00

Commit Message:
TSAGE: Completely remove the resetting of _scrollFollower. It needs to be maintained between scenes

Changed paths:
    engines/tsage/scenes.cpp



diff --git a/engines/tsage/scenes.cpp b/engines/tsage/scenes.cpp
index 4017ccf..f554d54 100644
--- a/engines/tsage/scenes.cpp
+++ b/engines/tsage/scenes.cpp
@@ -103,7 +103,6 @@ void SceneManager::sceneChange() {
 		delete _scene;
 		_scene = NULL;
 		_sceneNumber = -1;
-		_globals->_scrollFollower = NULL;
 	}
 
 	// Set the next scene to be active






More information about the Scummvm-git-logs mailing list