Skip to content

Commit

Permalink
Revert G2 controls default override for ranged
Browse files Browse the repository at this point in the history
This reverts commit 277c010.
  • Loading branch information
szapp committed May 4, 2019
1 parent 53a044c commit eb01bf1
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 (set to Gothic 2 by default)
MEM_SetGothOpt("GFA", "overwriteControlSchemeRanged", "2");
// Add INI-entry, if not set (disable override by default)
MEM_SetGothOpt("GFA", "overwriteControlSchemeRanged", "0");
};
};

Expand Down

0 comments on commit eb01bf1

Please sign in to comment.