From b37522537cd7049e82172fbae87b4c240f80b07a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 14 Aug 2012 19:37:45 +0300 Subject: Add npc cycle select. --- 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 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"); -- cgit v1.2.3-70-g09d2