mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-09 15:41:15 +00:00
Cleanup: Remove unused constant YAPF_SHIP_PATH_CACHE_LENGTH
This commit is contained in:
parent
c1b421c0c3
commit
09eefd6e95
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user