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

View file

@ -440,12 +440,6 @@ int BotChooseBestFightWeapon(int weaponstate, int *inventory)
//=========================================================================== //===========================================================================
void BotResetWeaponState(int weaponstate) 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 } //end of the function BotResetWeaponState
//======================================================================== //========================================================================
// //