--- deliantra/server/include/micropather.h 2007/06/11 21:38:14 1.2 +++ deliantra/server/include/micropather.h 2007/06/11 21:41:55 1.3 @@ -195,7 +195,7 @@ MicroPather. If your nodes generally have 8 or 3 neighbors (common cases) changing this may increase performance, sometimes dramatically. */ - MAX_CACHE = 4 + MAX_CACHE = 8 }; // If there are 4 or less adjacent states, they will be cached as *nodes*. NodeCost adjacent[ MAX_CACHE ];