- bad copy.

This commit is contained in:
Christoph Oelckers 2014-05-11 16:54:11 +02:00
parent 8ae97bc3e1
commit 607be91c48
2 changed files with 6 additions and 1 deletions

View file

@ -375,7 +375,7 @@ void gl_SetColor(int light, int rellight, const FColormap * cm, float alpha, Pal
//
//==========================================================================
static float gl_GetFogDensity(int lightlevel, PalEntry fogcolor)
float gl_GetFogDensity(int lightlevel, PalEntry fogcolor)
{
float density;

View file

@ -236,6 +236,11 @@ public:
mDynColor = pe;
}
void SetObjectColor(PalEntry pe)
{
mObjectColor = pe;
}
void SetFog(PalEntry c, float d)
{
mFogColor = c;