remove bulleten support, rename vidgles -> videgl

git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3756 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
TimeServ 2011-03-24 14:35:24 +00:00
parent affdd9d3df
commit cdb6dccb97
18 changed files with 22 additions and 800 deletions

View file

@ -3890,9 +3890,6 @@ void SV_InitLocal (void)
#endif
#ifdef PEXT_VIEW2
svs.fteprotocolextensions |= PEXT_VIEW2;
#endif
#ifdef PEXT_BULLETENS
svs.fteprotocolextensions |= PEXT_BULLETENS;
#endif
svs.fteprotocolextensions |= PEXT_ACCURATETIMINGS;
#ifdef PEXT_ZLIBDL