nav: tweaked reachability timers

nav: ignore pickup item if stuck
fix: bad loading for graphs since last commit
This commit is contained in:
jeefo 2023-04-13 14:07:56 +03:00
commit 5b7e58d360
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED
6 changed files with 33 additions and 32 deletions

View file

@ -113,7 +113,7 @@ if cxx == 'clang' or cxx == 'gcc'
cxxflags += [
'-fdata-sections',
'-ffunction-sections',
'-fcf-protection=none'
'-fcf-protection=none'
]
ldflags += [