aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_localplayer.h
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-11-05 14:16:19 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-11-05 14:16:19 +0100
commit9db80fc6f0de320da3d5ee6d0d17c2ef38a9ac4b (patch)
treeba62ed9ac03bd6769a167eb890533d1ec769f4fd /src/script/lua_api/l_localplayer.h
parent91ad0d049706ed2892ba728cb8cad48480908027 (diff)
downloaddragonfireclient-9db80fc6f0de320da3d5ee6d0d17c2ef38a9ac4b.tar.xz
Run Lint Script05-11-2020
Diffstat (limited to 'src/script/lua_api/l_localplayer.h')
-rw-r--r--src/script/lua_api/l_localplayer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/script/lua_api/l_localplayer.h b/src/script/lua_api/l_localplayer.h
index 1d7f9fcbd..c436c3b11 100644
--- a/src/script/lua_api/l_localplayer.h
+++ b/src/script/lua_api/l_localplayer.h
@@ -44,11 +44,11 @@ private:
// 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);