Browse Source

[hellfire] SaveGamma bin exact

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

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

Loading…
Cancel
Save