summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-08-14 19:37:45 +0300
committerAndrei Karas <akaras@inbox.ru>2012-08-14 19:38:46 +0300
commitb37522537cd7049e82172fbae87b4c240f80b07a (patch)
treeb94f6812b147e1d2847ee0f3161938e5ef621256 /src/gui
parentfe7a1342dc71a412a177a69b022ac1d1cc1fbdc6 (diff)
downloadplus-b37522537cd7049e82172fbae87b4c240f80b07a.tar.gz
plus-b37522537cd7049e82172fbae87b4c240f80b07a.tar.bz2
plus-b37522537cd7049e82172fbae87b4c240f80b07a.tar.xz
plus-b37522537cd7049e82172fbae87b4c240f80b07a.zip
Add npc cycle select.
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/setup_other.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/setup_other.cpp b/src/gui/setup_other.cpp
index bfc3059c7..e011be983 100644
--- a/src/gui/setup_other.cpp
+++ b/src/gui/setup_other.cpp
@@ -155,6 +155,9 @@ Setup_Other::Setup_Other()
new SetupItemLabel(_("NPC"), "", this);
+ new SetupItemCheckBox(_("Cycle npc targets"), "",
+ "cycleNPC", this, "cycleNPCEvent");
+
new SetupItemCheckBox(_("Log NPC dialogue"), "", "logNpcInGui",
this, "logNpcInGuiEvent");