| 254 | } |
| 255 | |
| 256 | void CMovementManager::clear_path() |
| 257 | { |
| 258 | m_detail_path_manager->m_path.clear(); |
| 259 | detail_path_builder().remove(); |
| 260 | } |
| 261 | |
| 262 | bool CMovementManager::distance_to_destination_greater(const float& distance_to_check) const |
| 263 | { |
no test coverage detected