Increase YAPF road vehicle path cache to 16 segments
This commit is contained in:
@@ -44,7 +44,7 @@ static const int YAPF_INFINITE_PENALTY = 1000 * YAPF_TILE_LENGTH;
|
|||||||
static const int YAPF_SHIP_PATH_CACHE_LENGTH = 32;
|
static const int YAPF_SHIP_PATH_CACHE_LENGTH = 32;
|
||||||
|
|
||||||
/** Maximum segments of road vehicle path cache */
|
/** Maximum segments of road vehicle path cache */
|
||||||
static const int YAPF_ROADVEH_PATH_CACHE_SEGMENTS = 8;
|
static const int YAPF_ROADVEH_PATH_CACHE_SEGMENTS = 16;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Helper container to find a depot
|
* Helper container to find a depot
|
||||||
|
Reference in New Issue
Block a user