From a071479339bea27aa886956ac40d608953201c2b Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 4 Apr 2022 00:16:54 +0200 Subject: [PATCH] - Duke: set game palette before rendering the automap --- source/games/duke/src/game_misc.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/games/duke/src/game_misc.cpp b/source/games/duke/src/game_misc.cpp index 1ec1bfbdf..c0a1fa0c2 100644 --- a/source/games/duke/src/game_misc.cpp +++ b/source/games/duke/src/game_misc.cpp @@ -239,6 +239,8 @@ void drawoverlays(double smoothratio) int cposx, cposy, cang; pp = &ps[screenpeek]; + // set palette here, in case the 3D view is off. + setgamepalette(setpal(pp)); float blend[4] = {};