Fix the warning caused by fixing the warnings

This commit is contained in:
Tim Angus 2013-03-26 18:32:36 +00:00
parent 98360bcd57
commit 12115c28cd
1 changed files with 0 additions and 6 deletions

View File

@ -440,12 +440,6 @@ int BotChooseBestFightWeapon(int weaponstate, int *inventory)
//===========================================================================
void BotResetWeaponState(int weaponstate)
{
struct weightconfig_s *weaponweightconfig;
int *weaponweightindex;
bot_weaponstate_t *ws;
ws = BotWeaponStateFromHandle(weaponstate);
if (!ws) return;
} //end of the function BotResetWeaponState
//========================================================================
//