fixed pedantic gcc warnings

This commit is contained in:
jeefo 2016-03-13 19:24:19 +03:00
commit fe7a3c7cdc
4 changed files with 5 additions and 5 deletions

View file

@ -6089,4 +6089,4 @@ float Bot::GetWalkSpeed (void)
return pev->maxspeed;
return static_cast <float> ((static_cast <int> (pev->maxspeed) * 0.5f) + (static_cast <int> (pev->maxspeed) / 50.0f)) - 18.0f;
}
}