Skip to content

Commit

Permalink
Делаем гибридный режим альтернативного прицеливания включенным по умо…
Browse files Browse the repository at this point in the history
…лчанию
  • Loading branch information
FreeZoneMods committed Feb 5, 2024
1 parent 3c93a82 commit f535c1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gunsl_config.pas
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ function GetSkipFireAllProbability():single; stdcall;
function GetBurerAimShieldDelay():cardinal; stdcall;
function GetBurerSelfKickWindowTime():integer; stdcall;
function IsBurerKnifeSelfKick():boolean; stdcall;
function IsAlterZoomClickSwitchScheme():boolean; stdcall;

function GetOverriddenBoneMassForVisual(visual:PAnsiChar; def:single):single; stdcall;

Expand Down Expand Up @@ -1001,6 +1000,8 @@ function Init:boolean;
if not EnableConfigsInjections() then exit;

_console_bool_flags:=0;
_console_bool_flags:=_console_bool_flags or _mask_alterzoomclickswitch;

_lens_render_factor:=1;
_lens_enabled:=true;
//--------------------------------Uncut console commands-----------------------------------------------------------
Expand Down

0 comments on commit f535c1a

Please sign in to comment.