]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/localplayer.h
Lower the default max_users from 100 to 15
[dragonfireclient.git] / src / localplayer.h
index 8c3041c04b4ac40172baa7ddf0dd204299eeb5cb..b6a3ed1f6c8b951a5020da2a809c228b435ed8bd 100644 (file)
@@ -61,6 +61,9 @@ class LocalPlayer : public Player
 
        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;