File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ using namespace Math;
56
56
57
57
#include < runtime.h>
58
58
59
- // #define WORK_ASYNC
59
+ #define WORK_ASYNC
60
60
61
61
#ifdef WORK_ASYNC
62
62
#include < future>
@@ -1010,6 +1010,7 @@ class Bot
1010
1010
1011
1011
int m_startAction; // team/class selection state
1012
1012
int m_team; // bot's team
1013
+ int m_index; // bot's index
1013
1014
bool m_isAlive; // has the player been killed or has he just respawned
1014
1015
bool m_notStarted; // team/class not chosen yet
1015
1016
@@ -1426,7 +1427,7 @@ extern bool IsZombieMode(void);
1426
1427
extern bool IsDeathmatchMode (void );
1427
1428
extern bool IsValidWaypoint (int index);
1428
1429
extern bool ChanceOf (int number);
1429
- extern float Q_rsqrt (float number);
1430
+ extern float Q_sqrt (float number);
1430
1431
extern float Clamp (float a, float b, float c);
1431
1432
extern float SquaredF (float a);
1432
1433
extern float AddTime (float time);
You can’t perform that action at this time.
0 commit comments