summaryrefslogtreecommitdiff
path: root/src/gui/debugwindow.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-03-04 16:09:49 +0300
committerAndrei Karas <akaras@inbox.ru>2013-03-04 16:09:49 +0300
commit28e10f7225551b1dc2e1f35b8d4d145db528e4c7 (patch)
treefc35085fa21f9ea06a03782a98aa3f7439d7e094 /src/gui/debugwindow.h
parent33c31fbec099fbd764505f0a1f9729634d13aac8 (diff)
downloadplus-28e10f7225551b1dc2e1f35b8d4d145db528e4c7.tar.gz
plus-28e10f7225551b1dc2e1f35b8d4d145db528e4c7.tar.bz2
plus-28e10f7225551b1dc2e1f35b8d4d145db528e4c7.tar.xz
plus-28e10f7225551b1dc2e1f35b8d4d145db528e4c7.zip
Add "target type" filed in debug window.
Diffstat (limited to 'src/gui/debugwindow.h')
-rw-r--r--src/gui/debugwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/debugwindow.h b/src/gui/debugwindow.h
index e0842f7ce..14265a6cc 100644
--- a/src/gui/debugwindow.h
+++ b/src/gui/debugwindow.h
@@ -94,6 +94,7 @@ class TargetDebugTab final : public DebugTab
private:
Label *mTargetLabel;
Label *mTargetIdLabel;
+ Label *mTargetTypeLabel;
Label *mTargetLevelLabel;
Label *mTargetRaceLabel;
Label *mTargetPartyLabel;