Made open set bigger.

This commit is contained in:
johns 2000-06-08 23:44:37 +00:00
parent 1b845c34a8
commit 70f064b732

View file

@ -54,7 +54,7 @@ local int Threshold;
local int OpenSetMaxSize;
local int AStarMatrixSize;
#define MAX_CLOSE_SET_RATIO 4
#define MAX_OPEN_SET_RATIO 10 // 16 to small
#define MAX_OPEN_SET_RATIO 8 // 10,16 to small
/// see pathfinder.h
global int AStarFixedUnitCrossingCost=MaxMapWidth*MaxMapHeight;