1
This commit is contained in:
parent
53be6a55f5
commit
6a7fc535fe
@ -92,6 +92,9 @@ void Android::InternalUpdate(int delta_time)
|
|||||||
room->grid_service->MoveCreature(this);
|
room->grid_service->MoveCreature(this);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (HasBuffEffect(kBET_Jump)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (GetMovement()->GetPathSize() > 0) {
|
if (GetMovement()->GetPathSize() > 0) {
|
||||||
Global::Instance()->verify_set_pos = 1;
|
Global::Instance()->verify_set_pos = 1;
|
||||||
UpdateMove();
|
UpdateMove();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user