mirror of
https://github.com/glest/glest-source.git
synced 2025-09-09 23:40:45 +02:00
- debugging out of synch (make bailout logic optional)
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user