1
This commit is contained in:
parent
d8f1e8d569
commit
10e9a54e33
@ -158,9 +158,11 @@ void AndroidNewAI::DoMoveOldAI()
|
|||||||
if (hum->room->IsWaitingStart()) {
|
if (hum->room->IsWaitingStart()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
#if 0
|
||||||
if (hum->HasBuffEffect(kBET_Jump)) {
|
if (hum->HasBuffEffect(kBET_Jump)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
if (owner->UpdatedTimes() % 2 == 0) {
|
if (owner->UpdatedTimes() % 2 == 0) {
|
||||||
Human* hum = (Human*)owner;
|
Human* hum = (Human*)owner;
|
||||||
int speed = std::max(1, (int)hum->GetSpeed());
|
int speed = std::max(1, (int)hum->GetSpeed());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user