remove unused fogscale var

master
Lee Salzman 2013-06-01 02:49:39 +03:00
parent 664efacb96
commit 5cfde11029
1 changed files with 0 additions and 2 deletions

View File

@ -1653,8 +1653,6 @@ void resetfogcolor()
setfogcolor(curfogcolor);
}
FVAR(fogscale, 0, 1.5f, 1e3f);
static void setfog(int fogmat, float below = 0, float blend = 1, int abovemat = MAT_AIR)
{
float start = 0, end = 0;