From 3920bf2678091ee47c1a982851f078f6456fa7aa Mon Sep 17 00:00:00 2001 From: qndel Date: Wed, 6 Nov 2019 16:57:37 +0100 Subject: [PATCH] apply gamma change to HUD on 640x480 --- Source/palette.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/palette.cpp b/Source/palette.cpp index 2df59f173..1abc69523 100644 --- a/Source/palette.cpp +++ b/Source/palette.cpp @@ -126,6 +126,7 @@ void ApplyGamma(PALETTEENTRY *dst, const PALETTEENTRY *src, int n) dst++; src++; } + force_redraw = 255; } void DecreaseGamma()