This commit is contained in:
Rachael Alexanderson 2016-12-28 21:16:14 -05:00
commit 07f22a090c
14 changed files with 217 additions and 63 deletions

View file

@ -25,6 +25,7 @@ struct FDynamicColormap : FSWColormap
void ChangeFade (PalEntry fadecolor);
void ChangeColor (PalEntry lightcolor, int desaturate);
void ChangeColorFade (PalEntry lightcolor, PalEntry fadecolor);
void ChangeFogDensity(int newdensity);
void BuildLights ();
static void RebuildAllLights();