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

@@ -9,6 +9,8 @@
cBat::cBat(void) :
super("Bat", mtBat, "mob.bat.hurt", "mob.bat.death", 0.5, 0.9)
{
SetGravity(-2.0f);
SetAirDrag(0.05f);
}