Bomb-Defuse fix.
This commit is contained in:
parent
97c942ce3d
commit
7a9479bdd0
1 changed files with 1 additions and 1 deletions
|
|
@ -3904,7 +3904,7 @@ void Bot::defuseBomb_ () {
|
||||||
}
|
}
|
||||||
|
|
||||||
// we are defusing bomb
|
// we are defusing bomb
|
||||||
if (m_hasProgressBar || (m_oldButtons & IN_USE)) {
|
if (m_hasProgressBar || pickupExists || (m_oldButtons & IN_USE)) {
|
||||||
pev->button |= IN_USE;
|
pev->button |= IN_USE;
|
||||||
|
|
||||||
m_reloadState = Reload::None;
|
m_reloadState = Reload::None;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue