1
0
Fork 0

Codechange: Remove unused constant YAPF_SHIP_PATH_CACHE_LENGTH

pull/11742/head
Jonathan G Rennison 2024-01-09 17:10:50 +00:00
parent c86d918921
commit 43f5617109
1 changed files with 0 additions and 3 deletions

View File

@ -39,9 +39,6 @@ static const int YAPF_TILE_CORNER_LENGTH = 71;
*/
static const int YAPF_INFINITE_PENALTY = 1000 * YAPF_TILE_LENGTH;
/** Maximum length of ship path cache */
static const int YAPF_SHIP_PATH_CACHE_LENGTH = 32;
/** Maximum segments of road vehicle path cache */
static const int YAPF_ROADVEH_PATH_CACHE_SEGMENTS = 8;