fixed another buffer overflow in config parser

fixed memory leak in translation
fixed bots don't shoot through walls
fixed bots don't buy anything, if server issues sv_restart 1
fixed inability to kick bot's, when playing on Xash3D engine
This commit is contained in:
Dmitry 2015-06-18 19:29:40 +03:00 committed by jeefo
commit 2b005a6a98
6 changed files with 29 additions and 16 deletions

View file

@ -1332,7 +1332,7 @@ public:
void ListBots (void);
void SetWeaponMode (int selection);
void CheckTeamEconomics (int team);
void CheckTeamEconomics (int team, bool setTrue = false);
static void CallGameEntity (entvars_t *vars);
inline void SetDeathMsgState (bool sent)