fixed variable collisions
fixed active grenade timer running too fast fixed reacting on sound function setting pvs instead of pas
This commit is contained in:
parent
8b77859fab
commit
da1b5c2ff9
7 changed files with 42 additions and 32 deletions
|
|
@ -1231,6 +1231,8 @@ private:
|
|||
|
||||
float m_maintainTime; // time to maintain bot creation
|
||||
float m_quotaMaintainTime; // time to maintain bot quota
|
||||
float m_grenadeUpdateTime; // time to update active grenades
|
||||
|
||||
int m_lastWinner; // the team who won previous round
|
||||
int m_balanceCount; // limit of bots to add
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue