TSAGE: Fix to disable palette rotations when the scene changes

This commit is contained in:
Paul Gilbert 2011-04-09 19:12:03 +10:00
parent b912b3662a
commit ee32440cde

View File

@ -135,7 +135,7 @@ void SceneManager::changeScene(int newSceneNumber) {
// Fade out the scene
ScenePalette scenePalette;
uint32 adjustData = 0;
scenePalette.clearListeners();
_globals->_scenePalette.clearListeners();
scenePalette.getPalette();
for (int percent = 100; percent >= 0; percent -= 5) {