fixed crashes on door open on xash3d

workaround bug with svc_bad after adding bots
reworked a little how bot menus works
some more source cleanup
This commit is contained in:
jeefo 2016-09-13 19:09:20 +03:00
commit 0f97db33db
11 changed files with 304 additions and 257 deletions

View file

@ -2429,7 +2429,7 @@ public:
// Returns:
// Length of string, 0 in case of error.
//
int GetLength (void)
int GetLength (void) const
{
if (m_bufferPtr == NULL)
return 0;