1
0

Entity: fixed mass declaration

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1432 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com 2013-04-28 19:01:46 +00:00
parent 5c6164b55a
commit b4e9137475

View File

@ -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;