Removed hard coded fog enabled-state.

This commit is contained in:
Richard Helgeby 2013-12-24 13:03:33 +01:00
parent 447240fb8d
commit 4c5363d73e
1 changed files with 0 additions and 3 deletions

View File

@ -299,9 +299,6 @@ VAmbienceApplyFog(bool:override = false)
// If fog is disabled, then stop.
new bool:fog = GetConVarBool(g_hCvarsList[CVAR_VEFFECTS_FOG]);
// DUE TO SOURCEMOD NOT SUPPORT FOG, DISABLE.
fog = false;
if (!fog)
{
return;