fixes clang warnings

fixed bad combat strafe dir direction selection
added more 'shoot thru wall' code as reaction on sound
This commit is contained in:
jeefo 2016-03-09 22:34:24 +03:00
commit 4b0188222f
8 changed files with 68 additions and 86 deletions

View file

@ -475,7 +475,7 @@ void NetworkMsg::Execute (void *p)
if (yb_csdm_mode.GetInt () == 2)
cl.team = playerIndex;
else
cl.team = g_clients[playerIndex - 1].realTeam;
cl.team = cl.realTeam;
#endif
}
break;