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

@@ -14,7 +14,7 @@ cPawn::cPawn(eEntityType a_EntityType, double a_Width, double a_Height) :
, m_EntityEffects(tEffectMap())
{
SetGravity(-32.0f);
SetAirDrag(0.4f);
SetAirDrag(0.02f);
}