From 2127445fb5bd0c6df75f59f6f79146a4f367cfd3 Mon Sep 17 00:00:00 2001 From: szapp Date: Sat, 8 Dec 2018 23:27:36 +0100 Subject: [PATCH] Enable reticle scaling by default --- _work/data/Scripts/Content/GFA/_intern/init.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_work/data/Scripts/Content/GFA/_intern/init.d b/_work/data/Scripts/Content/GFA/_intern/init.d index 93aa821..2adaf8c 100644 --- a/_work/data/Scripts/Content/GFA/_intern/init.d +++ b/_work/data/Scripts/Content/GFA/_intern/init.d @@ -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) {