Changed air drag for pickups
This commit is contained in:
parent
45c84ea933
commit
a9583149b4
@ -92,7 +92,7 @@ cPickup::cPickup(double a_PosX, double a_PosY, double a_PosZ, const cItem & a_It
|
||||
, m_bIsPlayerCreated(IsPlayerCreated)
|
||||
{
|
||||
SetGravity(-16.0f);
|
||||
SetAirDrag(0.4f);
|
||||
SetAirDrag(0.02f);
|
||||
SetMaxHealth(5);
|
||||
SetHealth(5);
|
||||
SetSpeed(a_SpeedX, a_SpeedY, a_SpeedZ);
|
||||
|
Loading…
Reference in New Issue
Block a user