Reworked the IsA() / GetClass() framework to actually be useful. Added GetParentClass().
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1090 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
@@ -24,12 +24,6 @@
|
||||
|
||||
|
||||
|
||||
CLASS_DEFINITION( cPickup, cEntity )
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
cPickup::cPickup(int a_X, int a_Y, int a_Z, const cItem & a_Item, float a_SpeedX /* = 0.f */, float a_SpeedY /* = 0.f */, float a_SpeedZ /* = 0.f */)
|
||||
: cEntity( ((double)(a_X))/32, ((double)(a_Y))/32, ((double)(a_Z))/32 )
|
||||
, m_Speed( a_SpeedX, a_SpeedY, a_SpeedZ )
|
||||
|
||||
Reference in New Issue
Block a user