oops, must have had gl disable for that test :/

This commit is contained in:
Bill Currie 2001-08-15 17:07:07 +00:00
parent 363aca5b84
commit d74f867b06

View file

@ -349,7 +349,7 @@ GL_MakeAliasModelDisplayLists (model_t *m, aliashdr_t *hdr, void *_m, int _s)
int *cmds;
trivertx_t *verts;
char cache[MAX_QPATH], fullpath[MAX_OSPATH];
VFile *f;
QFile *f;
unsigned char model_digest[MDFOUR_DIGEST_BYTES];
unsigned char mesh_digest[MDFOUR_DIGEST_BYTES];
qboolean remesh = true;