Changed air drag units to 'interpolated ticks' per second
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user