From 2e2ce795200a4e2f00d7a70584754b6eeb83f22c Mon Sep 17 00:00:00 2001
From: johns <>
Date: Thu, 4 May 2000 15:24:55 +0000
Subject: [PATCH] Made open set bigger

---
 src/pathfinder/astar.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pathfinder/astar.cpp b/src/pathfinder/astar.cpp
index 066f3ed30..1de398c16 100644
--- a/src/pathfinder/astar.cpp
+++ b/src/pathfinder/astar.cpp
@@ -53,7 +53,7 @@ local int Threshold;
 local int OpenSetMaxSize;
 local int AStarMatrixSize;
 #define MAX_CLOSE_SET_RATIO 4 
-#define MAX_OPEN_SET_RATIO 16 
+#define MAX_OPEN_SET_RATIO 10 	// 16 to small
 
 /// see pathfinder.h
 global int AStarFixedUnitCrossingCost=MaxMapWidth*MaxMapHeight;