1
This commit is contained in:
parent
8b3590c52b
commit
12e840465c
@ -559,11 +559,6 @@ void Human::SendWxVoip()
|
|||||||
|
|
||||||
void Human::_UpdateMove(int speed)
|
void Human::_UpdateMove(int speed)
|
||||||
{
|
{
|
||||||
for (int i = 0; i < speed; ++i) {
|
|
||||||
a8::Vec2 old_pos = pos;
|
|
||||||
pos = pos + move_dir;
|
|
||||||
room->grid_service.MoveHuman(this);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Human::ClearFrameData()
|
void Human::ClearFrameData()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user