Removed hard coded fog enabled-state.
This commit is contained in:
parent
447240fb8d
commit
4c5363d73e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user