summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-06-14 18:23:27 +0200
committermadmaxoft <github@xoft.cz>2014-06-14 18:23:27 +0200
commit493d36433108735553ec073ccfbb563a4468a3fd (patch)
tree093f0a2eeb802c9f8ac75e23a36da523fbf96a87 /src
parentSimplified speed clamping. (diff)
downloadcuberite-493d36433108735553ec073ccfbb563a4468a3fd.tar
cuberite-493d36433108735553ec073ccfbb563a4468a3fd.tar.gz
cuberite-493d36433108735553ec073ccfbb563a4468a3fd.tar.bz2
cuberite-493d36433108735553ec073ccfbb563a4468a3fd.tar.lz
cuberite-493d36433108735553ec073ccfbb563a4468a3fd.tar.xz
cuberite-493d36433108735553ec073ccfbb563a4468a3fd.tar.zst
cuberite-493d36433108735553ec073ccfbb563a4468a3fd.zip
Diffstat (limited to 'src')
-rw-r--r--src/Entities/Entity.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Entities/Entity.h b/src/Entities/Entity.h
index cb35db43b..2df66e353 100644
--- a/src/Entities/Entity.h
+++ b/src/Entities/Entity.h
@@ -215,9 +215,7 @@ public:
void SetYaw (double a_Yaw); // In degrees, normalizes to [-180, +180)
void SetPitch (double a_Pitch); // In degrees, normalizes to [-180, +180)
void SetRoll (double a_Roll); // In degrees, normalizes to [-180, +180)
- // tolua_end
- // tolua_begin
/** Sets the speed of the entity, measured in m / sec */
void SetSpeed(double a_SpeedX, double a_SpeedY, double a_SpeedZ);