same settings like 3.5.2 so we can better compare performance

This commit is contained in:
Titus Tscharntke 2011-09-24 20:30:41 +00:00
parent f0b795377b
commit 5dd3b4ba80
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ const int PathFinder::maxFreeSearchRadius = 10;
//const int PathFinder::pathFindNodesMax= 400;
int PathFinder::pathFindNodesAbsoluteMax = 900;
int PathFinder::pathFindNodesMax = 1500;
int PathFinder::pathFindNodesMax = 2000;
const int PathFinder::pathFindRefresh = 10;
const int PathFinder::pathFindBailoutRadius = 20;
const int PathFinder::pathFindExtendRefreshForNodeCount = 25;