control: text changes in the control menu. replaced `waypoint with node` (#569)
Co-authored-by: jeefo <dmitry@jeefo.net>
This commit is contained in:
parent
e10f5f4c94
commit
30df1a5726
21 changed files with 253 additions and 238 deletions
|
|
@ -973,7 +973,7 @@ void Bot::defuseBomb_ () {
|
|||
|
||||
// if defusing is not already started, maybe crouch before
|
||||
if (!m_hasProgressBar && m_duckDefuseCheckTime < game.time ()) {
|
||||
Vector botDuckOrigin, botStandOrigin;
|
||||
Vector botDuckOrigin {}, botStandOrigin {};
|
||||
|
||||
if (pev->button & IN_DUCK) {
|
||||
botDuckOrigin = pev->origin;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue