bot: some fixes to radio handling (ref #560)
This commit is contained in:
parent
009bdf2f3e
commit
6663cdab7b
4 changed files with 12 additions and 9 deletions
|
|
@ -441,6 +441,7 @@ constexpr auto kGameMaxPlayers = 32;
|
|||
constexpr auto kGameTeamNum = 2;
|
||||
constexpr auto kInvalidNodeIndex = -1;
|
||||
constexpr auto kGrenadeInventoryEmpty = -1;
|
||||
constexpr auto kInvalidRadioSlot = -1;
|
||||
constexpr auto kConfigExtension = "cfg";
|
||||
|
||||
// weapon masks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue