summaryrefslogtreecommitdiff
path: root/src/gui/setup_players.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-09-21 04:03:12 +0300
committerAndrei Karas <akaras@inbox.ru>2011-09-21 04:03:12 +0300
commit4bb1025466856bdab15f95806cb8d521552f3759 (patch)
tree967c7a3281ee5c7978b55c8d3fd7bdd0112692c5 /src/gui/setup_players.cpp
parent1f846d2863d36543c854fe630519a4d1fd01f802 (diff)
downloadplus-4bb1025466856bdab15f95806cb8d521552f3759.tar.gz
plus-4bb1025466856bdab15f95806cb8d521552f3759.tar.bz2
plus-4bb1025466856bdab15f95806cb8d521552f3759.tar.xz
plus-4bb1025466856bdab15f95806cb8d521552f3759.zip
Add option to disable advanced mouse targeting.
Diffstat (limited to 'src/gui/setup_players.cpp')
-rw-r--r--src/gui/setup_players.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/setup_players.cpp b/src/gui/setup_players.cpp
index 670fc3635..a6bf5b81c 100644
--- a/src/gui/setup_players.cpp
+++ b/src/gui/setup_players.cpp
@@ -60,6 +60,9 @@ Setup_Players::Setup_Players()
new SetupItemCheckBox(_("Show own name"), "",
"showownname", this, "showownnameEvent");
+ new SetupItemCheckBox(_("Enable extended mouse targeting"), "",
+ "extMouseTargeting", this, "extMouseTargetingEvent");
+
new SetupItemCheckBox(_("Target dead players"), "",
"targetDeadPlayers", this, "targetDeadPlayersEvent");