1
0
Fork 0

Change outdated air drag value for TNT

This commit is contained in:
Mat 2020-03-19 04:35:21 +02:00 committed by GitHub
parent 384ba18812
commit 5869a53e21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ cTNTEntity::cTNTEntity(Vector3d a_Pos, int a_FuseTicks) :
m_FuseTicks(a_FuseTicks)
{
SetGravity(-16.0f);
SetAirDrag(0.4f);
SetAirDrag(0.02f);
}