fix: wrong data type for flash level (flashbat message)
This commit is contained in:
parent
1eac0f8be8
commit
af992c374c
4 changed files with 8 additions and 7 deletions
|
|
@ -1354,7 +1354,7 @@ void Bot::newRound () {
|
|||
m_currentWeapon = 0;
|
||||
m_weaponType = 0;
|
||||
}
|
||||
m_flashLevel = 100.0f;
|
||||
m_flashLevel = 100;
|
||||
m_checkDarkTime = game.time ();
|
||||
|
||||
m_knifeAttackTime = game.time () + rg.get (1.3f, 2.6f);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue