Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C_TFCompoundBow::GetProjectileSpeed(void)
- {
- float charge = this->GetCurrentCharge();
- if (charge < 0)
- return 1800.0f;
- else if (charge <= 1)
- return 1800.0f + result * 800.0f;
- else
- return 2600.0f;
- }
Advertisement
Add Comment
Please, Sign In to add comment