]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/localplayer.h
Fix modstore/favourites hang by adding asynchronous lua job support
[dragonfireclient.git] / src / localplayer.h
index 9ac2bc6828b3b3946287615516a0ca3e9c796db5..b6a3ed1f6c8b951a5020da2a809c228b435ed8bd 100644 (file)
@@ -59,6 +59,11 @@ class LocalPlayer : public Player
        float last_yaw;
        unsigned int last_keyPressed;
 
+       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;