mirror of
https://github.com/Q3Rally-Team/rallyunlimited-engine.git
synced 2024-11-09 23:11:46 +00:00
update with new map format
This commit is contained in:
parent
1767e1c70f
commit
ee4665614f
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ extern botlib_import_t botimport;
|
|||
|
||||
//NOTE: all travel times are in hundredths of a second
|
||||
//maximum number of reachability links
|
||||
#define AAS_MAX_REACHABILITYSIZE 65536
|
||||
#define AAS_MAX_REACHABILITYSIZE 65536*8
|
||||
//number of areas reachability is calculated for each frame
|
||||
#define REACHABILITYAREASPERCYCLE 15
|
||||
//number of units reachability points are placed inside the areas
|
||||
|
|
Loading…
Reference in a new issue