[Scummvm-git-logs] scummvm branch-2-6 -> a548523c6cb31dbb1c87807f61f0fd5860b547f3
mgerhardy
noreply at scummvm.org
Tue Jun 14 18:34:43 UTC 2022
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:
a548523c6c TWINE: Black and white palette
Commit: a548523c6cb31dbb1c87807f61f0fd5860b547f3
https://github.com/scummvm/scummvm/commit/a548523c6cb31dbb1c87807f61f0fd5860b547f3
Author: Martin Gerhardy (martin.gerhardy at gmail.com)
Date: 2022-06-14T20:34:27+02:00
Commit Message:
TWINE: Black and white palette
this fixes https://bugs.scummvm.org/ticket/13166
Changed paths:
engines/twine/scene/scene.cpp
diff --git a/engines/twine/scene/scene.cpp b/engines/twine/scene/scene.cpp
index 6d6bc68bbcd..3b1d4443029 100644
--- a/engines/twine/scene/scene.cpp
+++ b/engines/twine/scene/scene.cpp
@@ -454,7 +454,7 @@ void Scene::resetScene() {
_engine->_redraw->overlayList[i].info0 = -1;
}
- _engine->_screens->_useAlternatePalette = false;
+ _engine->_screens->setNormalPal();
}
void Scene::reloadCurrentScene() {
More information about the Scummvm-git-logs
mailing list