summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/localplayer.h')
-rw-r--r--src/localplayer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/localplayer.h b/src/localplayer.h
index 8c3041c04..b6a3ed1f6 100644
--- a/src/localplayer.h
+++ b/src/localplayer.h
@@ -61,6 +61,9 @@ public:
float camera_impact;
+ std::string hotbar_image;
+ std::string hotbar_selected_image;
+
private:
// This is used for determining the sneaking range
v3s16 m_sneak_node;