Browse Source

[hellfire] LoadGamma bin exact

pull/876/head
qndel 7 years ago
parent
commit
7f2dc19c4f
  1. 2
      Source/palette.cpp

2
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()

Loading…
Cancel
Save