From 7f2dc19c4fcbe0ae0e6435335f6de815672a53e5 Mon Sep 17 00:00:00 2001 From: qndel Date: Thu, 5 Sep 2019 20:36:48 +0200 Subject: [PATCH] [hellfire] LoadGamma bin exact --- Source/palette.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/palette.cpp b/Source/palette.cpp index 4538fa3d4..1650aa8d0 100644 --- a/Source/palette.cpp +++ b/Source/palette.cpp @@ -58,9 +58,11 @@ void LoadGamma() gamma_value = 100; } gamma_correction = gamma_value - gamma_value % 5; +#ifndef HELLFIRE if (!SRegLoadValue("Diablo", "Color Cycling", 0, &value)) value = 1; color_cycling_enabled = value; +#endif } void LoadSysPal()