cvar_t *gl_sky_divide; // not used but needed for linking

Umm, no, not needed. In fact, it breaks static compiles. But not anymore, since it's gone.
This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-11-08 00:45:50 +00:00
parent c5aec15569
commit 67cec900e5

View file

@ -36,7 +36,6 @@ static const char rcsid[] =
#include "QF/model.h"
const int mod_lightmap_bytes = 1;
cvar_t *gl_sky_divide; // not used but needed for linking
void Mod_LoadBrushModel (model_t *mod, void *buffer);