Wrong arrow commit.

master
Howaner 2014-05-30 22:25:57 +02:00
parent 142fa83124
commit 92d9ab0f6d
1 changed files with 0 additions and 4 deletions

View File

@ -19,10 +19,6 @@ cArrowEntity::cArrowEntity(cEntity * a_Creator, double a_X, double a_Y, double a
m_bIsCollected(false), m_bIsCollected(false),
m_HitBlockPos(Vector3i(0, 0, 0)) m_HitBlockPos(Vector3i(0, 0, 0))
{ {
if (a_Creator != NULL)
{
SetPosY(GetPosY() + a_Creator->GetHeight() - 0.1000000014901161);
}
SetSpeed(a_Speed); SetSpeed(a_Speed);
SetMass(0.1); SetMass(0.1);
SetYawFromSpeed(); SetYawFromSpeed();