This commit is contained in:
aozhiwei 2020-07-15 18:54:18 +08:00
parent e99a915841
commit dcd087211e

View File

@ -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) {