1
This commit is contained in:
parent
e99a915841
commit
dcd087211e
@ -573,7 +573,7 @@ void AndroidNewAI::DoMoveNewAI()
|
|||||||
ChangeToStateNewAI(ASE_RandomWalk);
|
ChangeToStateNewAI(ASE_RandomWalk);
|
||||||
return false;
|
return false;
|
||||||
};
|
};
|
||||||
int speed = std::max(1, (int)hum->GetSpeed()) * 0.8;
|
int speed = std::max(1, (int)hum->GetSpeed()) * 1;
|
||||||
hum->_UpdateMove(speed);
|
hum->_UpdateMove(speed);
|
||||||
hum->on_move_collision = nullptr;
|
hum->on_move_collision = nullptr;
|
||||||
if (node_.nearest_human) {
|
if (node_.nearest_human) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user