summaryrefslogtreecommitdiff
path: root/src/gui/debugwindow.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-02-16 02:43:31 +0300
committerAndrei Karas <akaras@inbox.ru>2012-02-16 02:43:31 +0300
commitcbf5a66ac0d5cbcd2f0058b9e326ef9b6d56f23b (patch)
tree5acc50addb37120aa7719e52a2fa0d451118fb74 /src/gui/debugwindow.h
parent572c2e0048400388c71b962b74b9a443a0b076a0 (diff)
downloadplus-cbf5a66ac0d5cbcd2f0058b9e326ef9b6d56f23b.tar.gz
plus-cbf5a66ac0d5cbcd2f0058b9e326ef9b6d56f23b.tar.bz2
plus-cbf5a66ac0d5cbcd2f0058b9e326ef9b6d56f23b.tar.xz
plus-cbf5a66ac0d5cbcd2f0058b9e326ef9b6d56f23b.zip
Add race name to status and debug windows.
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 ff86eaf74..8be6f1220 100644
--- a/src/gui/debugwindow.h
+++ b/src/gui/debugwindow.h
@@ -82,6 +82,7 @@ class TargetDebugTab : public DebugTab
Label *mTargetLabel;
Label *mTargetIdLabel;
Label *mTargetLevelLabel;
+ Label *mTargetRaceLabel;
Label *mTargetPartyLabel;
Label *mTargetGuildLabel;
Label *mAttackDelayLabel;