mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
some spelling fixes
This commit is contained in:
@@ -238,6 +238,6 @@ Goals::TSubgoal PathfindingManager::clearWayTo(HeroPtr hero, int3 firstTileToGet
|
||||
|
||||
void PathfindingManager::updatePaths(std::vector<HeroPtr> heroes)
|
||||
{
|
||||
logAi->debug("AIPathfinder has been reseted.");
|
||||
logAi->debug("AIPathfinder has been reset.");
|
||||
pathfinder->updatePaths(heroes);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user