Fixed two typo's in commit 615fd498bc
[oweals/minetest.git] / src / player.h
index 6c7c1e4ea2db8f7918a2ebbc68d91872eb949816..67b02c3445d15b7cac634ce8b6917063f3bfce78 100644 (file)
@@ -209,6 +209,9 @@ public:
 
        u16 hp;
 
+       float hurt_tilt_timer;
+       float hurt_tilt_strength;
+
        u16 peer_id;
        
        std::string inventory_formspec;
@@ -220,7 +223,7 @@ public:
        }
        
        u32 keyPressed;
-       
+
 protected:
        IGameDef *m_gamedef;