From 644f818b5a931b10d616a490b9b141c48ff06b17 Mon Sep 17 00:00:00 2001 From: sezero Date: Fri, 23 Apr 2010 07:25:39 +0000 Subject: [PATCH] gl_vidsdl.c: fixed copy+paste error from rev. 119. git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@123 af15c1b1-3010-417e-b628-4374ebc0bcbd --- Quake/gl_vidsdl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Quake/gl_vidsdl.c b/Quake/gl_vidsdl.c index be1cefb8..84d6e2c3 100644 --- a/Quake/gl_vidsdl.c +++ b/Quake/gl_vidsdl.c @@ -91,7 +91,6 @@ viddef_t vid; // global video state //unsigned short d_8to16table[256]; //johnfitz -- never used //unsigned char d_15to8table[65536]; //johnfitz -- never used - PFNGLARRAYELEMENTEXTPROC glArrayElementEXT = NULL; PFNGLCOLORPOINTEREXTPROC glColorPointerEXT = NULL; PFNGLTEXCOORDPOINTEREXTPROC glTexCoordPointerEXT = NULL; @@ -616,7 +615,7 @@ void GL_CheckExtensions (void) gl_mtexable = true; } else - Con_Warning ("multitexture not supported (wglGetProcAddress failed)\n"); + Con_Warning ("multitexture not supported (SDL_GL_GetProcAddress failed)\n"); } else if (strstr(gl_extensions, "GL_SGIS_multitexture"))