mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
TSAGE: Further fix for resetting _scrollFollower
This commit is contained in:
parent
3cbbd5cfac
commit
e448ad0f5d
@ -103,6 +103,7 @@ void SceneManager::sceneChange() {
|
||||
delete _scene;
|
||||
_scene = NULL;
|
||||
_sceneNumber = -1;
|
||||
_globals->_scrollFollower = NULL;
|
||||
}
|
||||
|
||||
// Set the next scene to be active
|
||||
@ -254,7 +255,6 @@ Scene::Scene() : _sceneBounds(0, 0, SCREEN_WIDTH, SCREEN_HEIGHT),
|
||||
}
|
||||
|
||||
Scene::~Scene() {
|
||||
_globals->_scrollFollower = NULL;
|
||||
}
|
||||
|
||||
void Scene::synchronize(Serializer &s) {
|
||||
|
Loading…
Reference in New Issue
Block a user