From dca6da8f9c7825499ec09023ae8656716b300e1e Mon Sep 17 00:00:00 2001 From: qndel Date: Thu, 5 Sep 2019 20:39:36 +0200 Subject: [PATCH] [hellfire] SaveGamma bin exact --- Source/palette.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/palette.cpp b/Source/palette.cpp index 4538fa3d4..2f9de8d33 100644 --- a/Source/palette.cpp +++ b/Source/palette.cpp @@ -15,7 +15,9 @@ BOOLEAN sgbFadedIn = TRUE; void SaveGamma() { SRegSaveValue("Diablo", "Gamma Correction", 0, gamma_correction); +#ifndef HELLFIRE SRegSaveValue("Diablo", "Color Cycling", FALSE, color_cycling_enabled); +#endif } void palette_init()