diff options
author | madmaxoft <github@xoft.cz> | 2014-06-14 18:23:27 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-06-14 18:23:27 +0200 |
commit | 493d36433108735553ec073ccfbb563a4468a3fd (patch) | |
tree | 093f0a2eeb802c9f8ac75e23a36da523fbf96a87 /src/Entities | |
parent | Simplified speed clamping. (diff) | |
download | cuberite-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/Entities')
-rw-r--r-- | src/Entities/Entity.h | 2 |
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); |