mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
TSAGE: Fix to disable palette rotations when the scene changes
This commit is contained in:
parent
b912b3662a
commit
ee32440cde
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user