diff options
author | Samuel Barney <samjbarney@gmail.com> | 2014-03-25 18:15:05 +0100 |
---|---|---|
committer | Samuel Barney <samjbarney@gmail.com> | 2014-03-25 18:15:05 +0100 |
commit | eb3cc729d4e367c54a47369f712831908f8da22c (patch) | |
tree | da9c4465d05d8ca734eaa5aa3ee71d7fb5ec4cd1 /src/Entities | |
parent | Added one more missing newline. (diff) | |
download | cuberite-eb3cc729d4e367c54a47369f712831908f8da22c.tar cuberite-eb3cc729d4e367c54a47369f712831908f8da22c.tar.gz cuberite-eb3cc729d4e367c54a47369f712831908f8da22c.tar.bz2 cuberite-eb3cc729d4e367c54a47369f712831908f8da22c.tar.lz cuberite-eb3cc729d4e367c54a47369f712831908f8da22c.tar.xz cuberite-eb3cc729d4e367c54a47369f712831908f8da22c.tar.zst cuberite-eb3cc729d4e367c54a47369f712831908f8da22c.zip |
Diffstat (limited to 'src/Entities')
-rw-r--r-- | src/Entities/Boat.cpp | 2 | ||||
-rw-r--r-- | src/Entities/ExpOrb.h | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/Entities/Boat.cpp b/src/Entities/Boat.cpp index 94b24c5af..921252253 100644 --- a/src/Entities/Boat.cpp +++ b/src/Entities/Boat.cpp @@ -122,5 +122,3 @@ void cBoat::HandleSpeedFromAttachee(float a_Forward, float a_Sideways) AddSpeed(ToAddSpeed); } - -
\ No newline at end of file diff --git a/src/Entities/ExpOrb.h b/src/Entities/ExpOrb.h index c1150bd03..e76274ac9 100644 --- a/src/Entities/ExpOrb.h +++ b/src/Entities/ExpOrb.h @@ -42,4 +42,4 @@ protected: /** The number of ticks that the entity has existed / timer between collect and destroy; in msec */ float m_Timer; -} ; // tolua_export
\ No newline at end of file +} ; // tolua_export |