Me having lots of fun with voice chat.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3656 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2010-11-15 02:40:31 +00:00
parent 2df9690627
commit da09f7ba44
32 changed files with 2521 additions and 97 deletions

View file

@ -442,7 +442,7 @@ void GL_SelectTexture(int target)
qglClientActiveTextureARB(target + mtexid0);
qglActiveTextureARB(target + mtexid0);
}
else
else if (qglSelectTextureSGIS)
qglSelectTextureSGIS(target + mtexid0);
}