Skip to content

Commit

Permalink
Set G2 controls override for ranged by default
Browse files Browse the repository at this point in the history
  • Loading branch information
szapp committed Feb 2, 2019
1 parent f6de915 commit 277c010
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 @@ -181,8 +181,8 @@ func void GFA_InitFeatureFreeAiming() {
if (GOTHIC_BASE_VERSION == 2) {
if (GFA_Flags & GFA_RANGED) {
if (!MEM_GothOptExists("GFA", "overwriteControlSchemeRanged")) {
// Add INI-entry, if not set (disable override by default)
MEM_SetGothOpt("GFA", "overwriteControlSchemeRanged", "0");
// Add INI-entry, if not set (set to Gothic 2 by default)
MEM_SetGothOpt("GFA", "overwriteControlSchemeRanged", "2");
};
};

Expand Down

0 comments on commit 277c010

Please sign in to comment.