1
This commit is contained in:
parent
1e9b30b8d1
commit
16ad7bed65
@ -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());
|
int speed = std::max(1, (int)hum->GetSpeed()) * 0.8;
|
||||||
hum->_UpdateMove(speed);
|
hum->_UpdateMove(speed);
|
||||||
hum->on_move_collision = nullptr;
|
hum->on_move_collision = nullptr;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user