- set pathfinder max to 800 (From 1200)

This commit is contained in:
Mark Vejvoda 2011-02-26 00:47:41 +00:00
parent 823fd842d4
commit c679c4bfe0
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ namespace Glest{ namespace Game{
const int PathFinder::maxFreeSearchRadius = 10;
//const int PathFinder::pathFindNodesMax= 400;
int PathFinder::pathFindNodesMax = 1200;
int PathFinder::pathFindNodesMax = 800;
const int PathFinder::pathFindRefresh = 10;
const int PathFinder::pathFindBailoutRadius = 20;