* Revert 1176 -- MinGW's headers are too old *sigh*

* Revert to using literal function pointers for GL extensions rather than PFN*
  typedefs as some platforms' headers are broken enough that they prevent
  SDL_opengl.h from fixing things up if the PFN* typedefs are missing
This commit is contained in:
Tim Angus 2007-09-12 18:02:38 +00:00
parent 4f4f0c0dab
commit 1d54a9ebe5
8 changed files with 75 additions and 46 deletions

View file

@ -1761,7 +1761,7 @@ static qboolean CollapseMultitexture( void ) {
int i;
textureBundle_t tmpBundle;
if ( glConfig.numTextureUnits < 2 ) {
if ( !qglActiveTextureARB ) {
return qfalse;
}