nav: more fixes to ladder navigation
refactor: bot difficulty data and add graph refresh command combat: fixes for smoke grenades (ref #743) engine: fixes to spawn management (ref #744)
This commit is contained in:
parent
7b378ba3fa
commit
17ed252b60
26 changed files with 506 additions and 408 deletions
|
|
@ -22,7 +22,8 @@ CR_DECLARE_SCOPED_ENUM (StorageOption,
|
|||
Official = cr::bit (4), // this is additional flag for graph indicates graph are official
|
||||
Recovered = cr::bit (5), // this is additional flag indicates graph converted from podbot and was bad
|
||||
Exten = cr::bit (6), // this is additional flag indicates that there's extension info
|
||||
Analyzed = cr::bit (7) // this graph has been analyzed
|
||||
Analyzed = cr::bit (7), // this graph has been analyzed
|
||||
Converted = cr::bit (8) // converted from a pwf format
|
||||
)
|
||||
|
||||
// storage header versions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue