diff --git a/source/glest_game/ai/path_finder.cpp b/source/glest_game/ai/path_finder.cpp index d30256ed..1302292a 100644 --- a/source/glest_game/ai/path_finder.cpp +++ b/source/glest_game/ai/path_finder.cpp @@ -40,8 +40,8 @@ namespace Glest{ namespace Game{ const int PathFinder::maxFreeSearchRadius = 10; //const int PathFinder::pathFindNodesMax= 400; -int PathFinder::pathFindNodesAbsoluteMax = 800; -int PathFinder::pathFindNodesMax = 400; +int PathFinder::pathFindNodesAbsoluteMax = 900; +int PathFinder::pathFindNodesMax = 300; const int PathFinder::pathFindRefresh = 10; const int PathFinder::pathFindBailoutRadius = 20;