Skip to content

Commit

Permalink
Enable reticle scaling by default
Browse files Browse the repository at this point in the history
  • Loading branch information
szapp committed Dec 8, 2018
1 parent f798829 commit 2127445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _work/data/Scripts/Content/GFA/_intern/init.d
Expand Up @@ -158,8 +158,8 @@ func void GFA_InitFeatureFreeAiming() {
};

if (!MEM_GothOptExists("GFA", "scaleReticleWithResolution")) {
// Add INI-entry, if not set (disable by default)
MEM_SetGothOpt("GFA", "scaleReticleWithResolution", "0");
// Add INI-entry, if not set (enable by default)
MEM_SetGothOpt("GFA", "scaleReticleWithResolution", "1");
};

if (GOTHIC_BASE_VERSION == 2) {
Expand Down

0 comments on commit 2127445

Please sign in to comment.