[Scummvm-cvs-logs] scummvm master -> 3cbbd5cfac1ca0d8d60cf53a40e79ca9b7d9b18c
dreammaster
dreammaster at scummvm.org
Wed May 11 11:11:40 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:
3cbbd5cfac TSAGE: Reset the Globals::_scrollFollower to NULL when a scene ends
Commit: 3cbbd5cfac1ca0d8d60cf53a40e79ca9b7d9b18c
https://github.com/scummvm/scummvm/commit/3cbbd5cfac1ca0d8d60cf53a40e79ca9b7d9b18c
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2011-05-11T02:09:55-07:00
Commit Message:
TSAGE: Reset the Globals::_scrollFollower to NULL when a scene ends
Changed paths:
engines/tsage/scenes.cpp
diff --git a/engines/tsage/scenes.cpp b/engines/tsage/scenes.cpp
index f554d54..5d91df0 100644
--- a/engines/tsage/scenes.cpp
+++ b/engines/tsage/scenes.cpp
@@ -254,6 +254,7 @@ Scene::Scene() : _sceneBounds(0, 0, SCREEN_WIDTH, SCREEN_HEIGHT),
}
Scene::~Scene() {
+ _globals->_scrollFollower = NULL;
}
void Scene::synchronize(Serializer &s) {
More information about the Scummvm-git-logs
mailing list