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

@ -948,7 +948,7 @@ void Engine::ProcessMessageCapture (void *ptr)
g_roundEnded = true;
if (FStrEq (strVal, "#Game_Commencing"))
g_isCommencing = true;
g_gameWelcomeSent = true;
if (FStrEq (strVal, "#CTs_Win"))
{