Skip to content

Commit

Permalink
Revert accidental git command from bash history!
Browse files Browse the repository at this point in the history
(Revert "higher hearing sensitivity right after combat")

This reverts commit d64f6cd8da022e10b579c79eff977b2f33e0c180.
  • Loading branch information
jkivilin committed Dec 3, 2011
1 parent 12fb79f commit 784c380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ qboolean b_botdontshoot = FALSE;


//
static qboolean BotLowHealth( bot_t &pBot )
qboolean BotLowHealth( bot_t &pBot )
{
return(pBot.pEdict->v.health + 0.8f * pBot.pEdict->v.armorvalue < VALVE_MAX_NORMAL_HEALTH * 0.5f);
}
Expand Down

0 comments on commit 784c380

Please sign in to comment.