Fix a few warnings
This commit is contained in:
parent
c621589157
commit
621a72e698
18 changed files with 76 additions and 74 deletions
|
@ -1757,7 +1757,7 @@ BotHarvesterOrders
|
|||
*/
|
||||
void BotHarvesterOrders(bot_state_t *bs) {
|
||||
int numteammates, defenders, attackers, i;
|
||||
int teammates[MAX_CLIENTS];
|
||||
int teammates[MAX_CLIENTS] = {0};
|
||||
char name[MAX_NETNAME];
|
||||
|
||||
//sort team mates by travel time to base
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue