Skip to content

Commit

Permalink
Revert "Add disable_bore parametr"
Browse files Browse the repository at this point in the history
This reverts commit 463ffe9.
  • Loading branch information
Drombeys committed Mar 4, 2025
1 parent 9721ac0 commit 53154ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrGame/HudItem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ void CHudItem::Load(LPCSTR section)

m_fLookOutSpeedKoef = READ_IF_EXISTS(pSettings, r_float, HudSection(), "lookout_speed_koef", 1.0f);
m_fLookOutAmplK = READ_IF_EXISTS(pSettings, r_float, HudSection(), "lookout_ampl_k", 1.0f);
m_bDisableBore = READ_IF_EXISTS(pSettings, r_bool, hud_sect, "disable_bore", isGuns);
m_bDisableBore = READ_IF_EXISTS(pSettings, r_bool, hud_sect, "disable_bore", false);

m_jitter_params.pos_amplitude = READ_IF_EXISTS(pSettings, r_float, "gunslinger_base", "base_jitter_pos_amplitude", 0.001f);
m_jitter_params.rot_amplitude = READ_IF_EXISTS(pSettings, r_float, "gunslinger_base", "base_jitter_rot_amplitude", 0.1f);
Expand Down

0 comments on commit 53154ab

Please sign in to comment.