Update dllmain.cpp

This commit is contained in:
0TheSpy 2021-07-11 15:55:17 +03:00 committed by GitHub
parent 3261ece6ce
commit 6c1c662a80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,6 +65,7 @@ void OnLevelInit()
iff.g_pCVar->FindVar("fog_end")->SetValue(g_Options.fogend);
iff.g_pCVar->FindVar("fog_endskybox")->SetValue(g_Options.fogend);
}
else iff.g_pCVar->FindVar("fog_override")->SetValue(false);
iff.g_pCVar->FindVar("r_rainlength")->SetValue(*g_Options.rainlength);
iff.g_pCVar->FindVar("r_rainspeed")->SetValue(*g_Options.rainspeed);