nav: minor change in ladder use.
aim: slight improvement in enemy prediction node recruitment.
This commit is contained in:
parent
d1d379d266
commit
1d60f19402
16 changed files with 151 additions and 145 deletions
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
// botname structure definition
|
||||
struct BotName {
|
||||
String name;
|
||||
String name {};
|
||||
int usedBy = -1;
|
||||
|
||||
public:
|
||||
|
|
@ -19,9 +19,9 @@ public:
|
|||
|
||||
// voice config structure definition
|
||||
struct ChatterItem {
|
||||
String name;
|
||||
float repeat;
|
||||
float duration;
|
||||
String name {};
|
||||
float repeat {};
|
||||
float duration {};
|
||||
|
||||
public:
|
||||
ChatterItem (StringRef name, float repeat, float duration) : name (name), repeat (repeat), duration (duration) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue