1
This commit is contained in:
parent
d8f1e8d569
commit
10e9a54e33
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user