1
0

Changed air drag units to 'interpolated ticks' per second

This commit is contained in:
DevToaster
2015-03-31 11:03:35 -04:00
parent d315534b76
commit 45c84ea933
11 changed files with 18 additions and 14 deletions

View File

@@ -18,7 +18,7 @@ cBoat::cBoat(double a_X, double a_Y, double a_Z) :
{
SetMass(20.0f);
SetGravity(-16.0f);
SetAirDrag(1.0f);
SetAirDrag(0.05f);
SetMaxHealth(6);
SetHealth(6);
}