]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/script/lua_api/l_localplayer.h
Run Lint Script
[dragonfireclient.git] / src / script / lua_api / l_localplayer.h
index 1d7f9fcbd505e395e0ad0c6038a5cbe6cb9c7a53..c436c3b114bc7364138628f2d0fb82bf6ce17e05 100644 (file)
@@ -44,11 +44,11 @@ class LuaLocalPlayer : public ModApiBase
        // set_yaw(self, yaw)
        static int l_set_yaw(lua_State *L);
 
-        // get_pitch(self)
-        static int l_get_pitch(lua_State *L);
+       // get_pitch(self)
+       static int l_get_pitch(lua_State *L);
 
-        // set_pitch(self,pitch)
-        static int l_set_pitch(lua_State *L);
+       // set_pitch(self,pitch)
+       static int l_set_pitch(lua_State *L);
 
        // get_hp(self)
        static int l_get_hp(lua_State *L);