aboutsummaryrefslogtreecommitdiff
path: root/src/client/gameui.h
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-08-01 14:46:37 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-08-01 14:46:37 +0200
commit107dec6c0f1be1de9c1049ba4004e5c08d2e34e3 (patch)
tree44b8031f5e0a9fcba281252f5e2dcd655d599421 /src/client/gameui.h
parentf1760622ec4708decfe34e268a63a9d83d2978a7 (diff)
downloaddragonfireclient-107dec6c0f1be1de9c1049ba4004e5c08d2e34e3.tar.xz
Added Coords
Diffstat (limited to 'src/client/gameui.h')
-rw-r--r--src/client/gameui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/gameui.h b/src/client/gameui.h
index 0b6298c78..8a1b5650d 100644
--- a/src/client/gameui.h
+++ b/src/client/gameui.h
@@ -111,7 +111,8 @@ private:
gui::IGUIStaticText *m_guitext = nullptr; // First line of debug text
gui::IGUIStaticText *m_guitext2 = nullptr; // Second line of debug text
-
+ gui::IGUIStaticText *m_guitext_coords = nullptr;
+
gui::IGUIStaticText *m_guitext_info = nullptr; // At the middle of the screen
std::wstring m_infotext;