1
0

Some change to Entity.cpp

* Added comments to BroadcastMovementUpdate() and the collision tracer
This commit is contained in:
Tiger Wang
2014-04-23 21:06:46 +01:00
parent f763242e5c
commit 7f5cf417de
7 changed files with 105 additions and 123 deletions

View File

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