1
This commit is contained in:
parent
479f6c1fc5
commit
2ff96347cf
@ -136,15 +136,10 @@ void Player::InternalUpdate(int delta_time)
|
||||
}
|
||||
if (HasBuffEffect(kBET_Fly)) {
|
||||
Global::Instance()->verify_set_pos = 1;
|
||||
// 999
|
||||
#if 1
|
||||
Position pos;
|
||||
pos.x = room->plane.curr_pos.x;
|
||||
pos.y = room->plane.curr_pos.y;
|
||||
SetPos(pos);
|
||||
#else
|
||||
SetPos(room->plane.curr_pos);
|
||||
#endif
|
||||
pos.z = room->plane.curr_pos.y;
|
||||
SetPos(pos);
|
||||
Global::Instance()->verify_set_pos = 0;
|
||||
room->grid_service->MoveCreature(this);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user