예제 #1
0
/**
**	Disable a*.
*/
local SCM CclNoAStar(void)
{
    AStarOn=0;
    if(!CclInConfigFile) {
	FreeAStar();
    }
    DebugLevel0("A* is OFF :-(\n");

    return SCM_UNSPECIFIED;
}
예제 #2
0
/**
**  Free the pathfinder
*/
void FreePathfinder()
{
	FreeAStar();
}