Skip to content

Commit

Permalink
AIController now allows slightly faster arm movement.
Browse files Browse the repository at this point in the history
  • Loading branch information
greywhind committed Mar 22, 2011
1 parent 334f6d5 commit e75336d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai/AIController.cpp
Expand Up @@ -27,7 +27,7 @@
using namespace LM;
using namespace std;

const float AIController::MAX_AIM_VEL = .02f;
const float AIController::MAX_AIM_VEL = .03f;
const unsigned int AIController::AIM_TOLERANCE = .01f;

AIController::AIController(AI* ai) {
Expand Down

0 comments on commit e75336d

Please sign in to comment.