- debugging out of synch (make bailout logic optional)

This commit is contained in:
Mark Vejvoda 2011-02-16 03:48:13 +00:00
parent e5a62f57ef
commit 14c5b87da4
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ TravelState PathFinder::findPath(Unit *unit, const Vec2i &finalPos, bool *wasStu
//printf("#1 BAILOUT test unitid [%d]\n",unit->getId());
bool useBailoutRadius = true;
bool useBailoutRadius = Config::getInstance().getBool("EnableBailoutPathfinding","true");
/*
Command *command= unit->getCurrCommand();
if(command != NULL) {