these can fail silently since the default 1.0 is sane

This commit is contained in:
DarthArgus
2016-01-31 15:31:24 -06:00
parent f32c8b4f21
commit 9f83b6ab3c
@@ -935,7 +935,7 @@ void AiShipBehaviorAttackFighter::calculateWeaponProjectileSpeed()
if (m_projectileSpeed <= 0.0f)
{
DEBUG_WARNING(true, ("debug_ai: unit(%s) ERROR: This ship has a projectile speed of %.2f.", ownerShipObject.getDebugInformation().c_str(), m_projectileSpeed));
//DEBUG_WARNING(true, ("debug_ai: unit(%s) ERROR: This ship has a projectile speed of %.2f.", ownerShipObject.getDebugInformation().c_str(), m_projectileSpeed));
m_projectileSpeed = 1.0f;
}