mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Fix the warning caused by fixing the warnings
This commit is contained in:
parent
98360bcd57
commit
12115c28cd
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||||
//========================================================================
|
//========================================================================
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue