save point, testing needed

This commit is contained in:
Dmitriy 2015-06-11 14:19:52 +03:00
commit f0c35ba9e9
7 changed files with 96 additions and 95 deletions

View file

@ -271,7 +271,7 @@ bool Bot::LookupEnemy (void)
return false;
}
Vector Bot::GetAimPosition (void)
const Vector &Bot::GetAimPosition (void)
{
// the purpose of this function, is to make bot aiming not so ideal. it's mutate m_enemyOrigin enemy vector
// returned from visibility check function.