Merge pull request #490 from Azaezel/buoyancy

Buoyancy
This commit is contained in:
SilentMike 2013-10-27 13:48:09 -07:00
commit 0e1ed4683b

View file

@ -3114,7 +3114,7 @@ void Player::updateMove(const Move* move)
if ( currHeight + mVelocity.z * TickSec * C > mLiquidHeight )
buoyancyForce *= M;
//mVelocity.z -= buoyancyForce;
mVelocity.z -= buoyancyForce;
}
}