Couple of tweeks, breakages, and fixes.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3898 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2011-09-05 01:48:23 +00:00
parent df9dae3e5f
commit 5a7f34bd50
32 changed files with 230 additions and 134 deletions

View file

@ -2417,7 +2417,7 @@ client_t *SVC_DirectConnect(void)
SV_CheckRecentCrashes(newcl);
#ifdef PEXT2_VOICECHAT
#ifdef VOICECHAT
SV_VoiceInitClient(newcl);
#endif
@ -4026,7 +4026,7 @@ void SV_InitLocal (void)
#endif
svs.fteprotocolextensions2 |= PEXT2_PRYDONCURSOR;
#ifdef PEXT2_VOICECHAT
#ifdef VOICECHAT
svs.fteprotocolextensions2 |= PEXT2_VOICECHAT;
#endif
svs.fteprotocolextensions2 |= PEXT2_SETANGLEDELTA;