Err... How'd that get there?

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@68 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-08-27 00:49:50 +00:00
parent 07c7a7c06a
commit b0fb7f242c
1 changed files with 0 additions and 1 deletions

View File

@ -124,7 +124,6 @@ int texture_mode = GL_LINEAR;
int texture_extension_number = 1;
#define fieldvector(name) QC_RegisterFieldVar(svprogfuncs, ev_vector, #name, (int)&((edict_t*)0)->v.name - (int)&((edict_t*)0)->v, -1)
#define getglcore getglfunction
#define getglext(name) getglfunction(name)
void GL_CheckExtensions (void *(*getglfunction) (char *name))