Entity: fixed mass declaration
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1432 0a769ca7-a7f5-676a-18bf-c427514a06d6master
parent
5c6164b55a
commit
b4e9137475
|
@ -260,7 +260,7 @@ private:
|
|||
//Measured in meter/second
|
||||
Vector3d m_WaterSpeed;
|
||||
//Measured in Kilograms (Kg)
|
||||
double m_Mass
|
||||
double m_Mass;
|
||||
} ; // tolua_export
|
||||
|
||||
typedef std::list<cEntity *> cEntityList;
|
||||
|
|
Loading…
Reference in New Issue