diff options
Diffstat (limited to 'src/Entities/Floater.h')
-rw-r--r-- | src/Entities/Floater.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Entities/Floater.h b/src/Entities/Floater.h index 547d503f1..96d77ac82 100644 --- a/src/Entities/Floater.h +++ b/src/Entities/Floater.h @@ -14,9 +14,9 @@ class cFloater : typedef cEntity super; public: - //tolua_end + // tolua_end - CLASS_PROTODEF(cFloater); + CLASS_PROTODEF(cFloater) cFloater(double a_X, double a_Y, double a_Z, Vector3d a_Speed, int a_PlayerID, int a_CountDownTime); @@ -43,4 +43,4 @@ protected: // Entity IDs int m_PlayerID; int m_AttachedMobID; -} ; // tolua_export +} ; // tolua_export |