Some change to Entity.cpp
* Added comments to BroadcastMovementUpdate() and the collision tracer
This commit is contained in:
@@ -34,8 +34,6 @@ cExpOrb::cExpOrb(const Vector3d & a_Pos, int a_Reward)
|
||||
void cExpOrb::SpawnOn(cClientHandle & a_Client)
|
||||
{
|
||||
a_Client.SendExperienceOrb(*this);
|
||||
m_bDirtyPosition = false;
|
||||
m_bDirtySpeed = false;
|
||||
m_bDirtyOrientation = false;
|
||||
m_bDirtyHead = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user