mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-09-19 20:26:10 +08:00
Update dllmain.cpp
This commit is contained in:
@ -38,7 +38,7 @@ void OnLevelInit()
|
||||
if (g_Options.fogactive)
|
||||
{
|
||||
iff.g_pCVar->FindVar("fog_enable")->SetValue(true);
|
||||
iff.g_pCVar->FindVar("fog_enableskybox ")->SetValue(true);
|
||||
iff.g_pCVar->FindVar("fog_enableskybox")->SetValue(true);
|
||||
iff.g_pCVar->FindVar("fog_override")->SetValue(true);
|
||||
iff.g_pCVar->FindVar("fog_color")->SetValue(
|
||||
std::string("").
|
||||
|
Reference in New Issue
Block a user