From 8b6afd0d756b9fc66c9f4de3ef452c24f64c87d1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 21 Jul 2014 17:53:41 +0300 Subject: move "change attack type" option into gamemodifiers. --- src/settings.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/settings.h') diff --git a/src/settings.h b/src/settings.h index 668079707..05c24a9b4 100644 --- a/src/settings.h +++ b/src/settings.h @@ -57,6 +57,7 @@ class Settings final moveToTargetType(0U), followMode(0U), attackWeaponType(0U), + attackType(0U), persistentIp(true), limitFps(false), inputFocused(true), @@ -88,6 +89,7 @@ class Settings final unsigned int moveToTargetType; unsigned int followMode; unsigned int attackWeaponType; + unsigned int attackType; bool persistentIp; bool limitFps; bool inputFocused; -- cgit v1.2.3-60-g2f50