fixed pedantic gcc warnings
This commit is contained in:
parent
a61cd3b021
commit
fe7a3c7cdc
4 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue