nav: allow null-velocity jump links

nav: fix: bots failure to switch weapon back after jump
refactor: re-organize some sources
This commit is contained in:
jeefo 2023-05-10 09:08:34 +03:00
commit 48e157c7b4
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED
10 changed files with 2245 additions and 2208 deletions

View file

@ -240,6 +240,8 @@ sources = files(
'src/sounds.cpp',
'src/storage.cpp',
'src/support.cpp',
'src/tasks.cpp',
'src/vision.cpp',
'src/vistable.cpp'
)