mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-06 19:01:04 +03:00
Game + Actor improvements p1.
This commit is contained in:
parent
e205761d48
commit
be0fa16fb1
58 changed files with 3229 additions and 1449 deletions
|
@ -1223,7 +1223,7 @@ void PlayerBot::State_Idle
|
|||
)
|
||||
|
||||
{
|
||||
AimAtAimNode();
|
||||
AimAtTargetPos();
|
||||
CheckReload();
|
||||
|
||||
if( !MoveToBestAttractivePoint() && !IsMoving() )
|
||||
|
@ -1294,7 +1294,7 @@ void PlayerBot::State_Curious
|
|||
|
||||
{
|
||||
//AimAt( m_vLastCuriousPos );
|
||||
AimAtAimNode();
|
||||
AimAtTargetPos();
|
||||
|
||||
if( !MoveToBestAttractivePoint( 3 ) && !IsMoving() )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue