[Scummvm-git-logs] scummvm master -> 99ab5c4ad162aa4ebba173636668361cd5ef766f

mgerhardy martin.gerhardy at gmail.com
Tue Aug 17 18:06:39 UTC 2021


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:
99ab5c4ad1 TWINE: fixed missing holomap palette change


Commit: 99ab5c4ad162aa4ebba173636668361cd5ef766f
    https://github.com/scummvm/scummvm/commit/99ab5c4ad162aa4ebba173636668361cd5ef766f
Author: Martin Gerhardy (martin.gerhardy at gmail.com)
Date: 2021-08-17T20:06:33+02:00

Commit Message:
TWINE: fixed missing holomap palette change

Changed paths:
    engines/twine/holomap.cpp


diff --git a/engines/twine/holomap.cpp b/engines/twine/holomap.cpp
index ef4d86852c..5495e421fe 100644
--- a/engines/twine/holomap.cpp
+++ b/engines/twine/holomap.cpp
@@ -123,6 +123,7 @@ void Holomap::loadHolomapGFX() {
 	prepareHolomapProjectedPositions();
 	prepareHolomapSurface();
 	_holomapPaletteIndex = 0;
+	_engine->setPalette(_engine->_screens->_paletteRGBACustom);
 }
 
 static int sortHolomapSurfaceCoordsByDepth(const void *a1, const void *a2) {




More information about the Scummvm-git-logs mailing list