This commit is contained in:
aozhiwei 2021-04-09 11:55:12 +08:00
parent d8f1e8d569
commit 10e9a54e33

View File

@ -158,9 +158,11 @@ void AndroidNewAI::DoMoveOldAI()
if (hum->room->IsWaitingStart()) {
return;
}
#if 0
if (hum->HasBuffEffect(kBET_Jump)) {
return;
}
#endif
if (owner->UpdatedTimes() % 2 == 0) {
Human* hum = (Human*)owner;
int speed = std::max(1, (int)hum->GetSpeed());