diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-08-14 19:37:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-08-14 19:38:46 +0300 |
commit | b37522537cd7049e82172fbae87b4c240f80b07a (patch) | |
tree | b94f6812b147e1d2847ee0f3161938e5ef621256 /src/gui/setup_other.cpp | |
parent | fe7a1342dc71a412a177a69b022ac1d1cc1fbdc6 (diff) | |
download | plus-b37522537cd7049e82172fbae87b4c240f80b07a.tar.gz plus-b37522537cd7049e82172fbae87b4c240f80b07a.tar.bz2 plus-b37522537cd7049e82172fbae87b4c240f80b07a.tar.xz plus-b37522537cd7049e82172fbae87b4c240f80b07a.zip |
Add npc cycle select.
Diffstat (limited to 'src/gui/setup_other.cpp')
-rw-r--r-- | src/gui/setup_other.cpp | 3 |
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"); |