combat: minor fixes to the grenade throwing conditions
This commit is contained in:
parent
d2ba4b6ab6
commit
ad5352b041
3 changed files with 51 additions and 40 deletions
|
|
@ -439,6 +439,7 @@ constexpr auto kMaxCollideMoves = 3;
|
|||
constexpr auto kGameMaxPlayers = 32;
|
||||
constexpr auto kGameTeamNum = 2;
|
||||
constexpr auto kInvalidNodeIndex = -1;
|
||||
constexpr auto kGrenadeInventoryEmpty = -1;
|
||||
constexpr auto kConfigExtension = "cfg";
|
||||
|
||||
// weapon masks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue