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
e22f0fa76e
commit
e608166978
@ -82,7 +82,6 @@ void OnLevelInit()
|
|||||||
iff.g_pCVar->FindVar("cl_csm_enabled")->SetValue(!g_Options.shadows);
|
iff.g_pCVar->FindVar("cl_csm_enabled")->SetValue(!g_Options.shadows);
|
||||||
iff.g_pCVar->FindVar("cl_ragdoll_gravity")->SetValue(g_Options.ragdollgravity);
|
iff.g_pCVar->FindVar("cl_ragdoll_gravity")->SetValue(g_Options.ragdollgravity);
|
||||||
SetValueUnrestricted("cl_phys_timescale", g_Options.ragdolltime);
|
SetValueUnrestricted("cl_phys_timescale", g_Options.ragdolltime);
|
||||||
SetValueUnrestricted("fov_cs_debug", g_Options.fov);
|
|
||||||
SetValueUnrestricted("viewmodel_fov", g_Options.viewmodel_fov);
|
SetValueUnrestricted("viewmodel_fov", g_Options.viewmodel_fov);
|
||||||
SetValueUnrestricted("viewmodel_offset_x", g_Options.viewmodel_x);
|
SetValueUnrestricted("viewmodel_offset_x", g_Options.viewmodel_x);
|
||||||
SetValueUnrestricted("viewmodel_offset_y", g_Options.viewmodel_y);
|
SetValueUnrestricted("viewmodel_offset_y", g_Options.viewmodel_y);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user