From eb3cee0bc68ee576ed0eb429d22c6031f27def07 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 9 May 2012 22:59:16 +0300 Subject: Add option to allow automatically attack next target. (disabled by default) --- src/gui/setup_other.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gui/setup_other.cpp') diff --git a/src/gui/setup_other.cpp b/src/gui/setup_other.cpp index aacc5d736..b88d82efa 100644 --- a/src/gui/setup_other.cpp +++ b/src/gui/setup_other.cpp @@ -101,6 +101,9 @@ Setup_Other::Setup_Other() new SetupItemCheckBox(_("Attack while moving"), "", "attackMoving", this, "attackMovingEvent"); + new SetupItemCheckBox(_("Attack next target"), "", + "attackNext", this, "attackNextEvent"); + new SetupItemCheckBox(_("Sync player move"), "", "syncPlayerMove", this, "syncPlayerMoveEvent"); -- cgit v1.2.3-70-g09d2