mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-01-11 03:32:10 +08:00
Update dllmain.cpp
This commit is contained in:
parent
3261ece6ce
commit
6c1c662a80
@ -65,6 +65,7 @@ void OnLevelInit()
|
|||||||
iff.g_pCVar->FindVar("fog_end")->SetValue(g_Options.fogend);
|
iff.g_pCVar->FindVar("fog_end")->SetValue(g_Options.fogend);
|
||||||
iff.g_pCVar->FindVar("fog_endskybox")->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_rainlength")->SetValue(*g_Options.rainlength);
|
||||||
iff.g_pCVar->FindVar("r_rainspeed")->SetValue(*g_Options.rainspeed);
|
iff.g_pCVar->FindVar("r_rainspeed")->SetValue(*g_Options.rainspeed);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user