This commit is contained in:
aozhiwei 2023-01-11 15:22:41 +08:00
parent a5262d2340
commit afc8daa92d

View File

@ -2394,6 +2394,7 @@ void Creature::SpecDirMove(glm::vec3 dir, float distance)
room->grid_service->MoveCreature(this);
CheckSpecObject();
GetMovement()->ClearPath();
}
bool Creature::HasSpecMove()