Skip to content

Commit

Permalink
TSAGE: Completely remove the resetting of _scrollFollower. It needs t…
Browse files Browse the repository at this point in the history
…o be maintained between scenes
  • Loading branch information
dreammaster committed May 11, 2011
1 parent 0639e98 commit f88acd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engines/tsage/scenes.cpp
Expand Up @@ -103,7 +103,6 @@ void SceneManager::sceneChange() {
delete _scene;
_scene = NULL;
_sceneNumber = -1;
_globals->_scrollFollower = NULL;
}

// Set the next scene to be active
Expand Down

0 comments on commit f88acd4

Please sign in to comment.