rewritten a little weapon selection code

fixed bots do not chat when dead
some code cleanup
This commit is contained in:
jeefo 2016-09-11 21:01:06 +03:00
commit 3c5d056fec
32 changed files with 794 additions and 1214 deletions

View file

@ -4,7 +4,7 @@
//
// This software is licensed under the BSD-style license.
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
// http://yapb.jeefo.net/license
// https://yapb.jeefo.net/license
//
// Purpose: Engine & Game interfaces.
//
@ -92,7 +92,7 @@ struct MessageBlock
class Engine : public Singleton <Engine>
{
private:
short m_drawModels[DRAW_NUM];
int m_drawModels[DRAW_NUM];
// bot client command
bool m_isBotCommand;