hack to work around the gl lighting fix breaking sw

This commit is contained in:
Bill Currie 2002-05-30 21:39:21 +00:00
parent 3c7fb6a312
commit 8a762bdaaf

View file

@ -64,6 +64,7 @@ Mod_LoadExternalTextures (model_t *mod)
void
Mod_LoadLighting (lump_t *l)
{
mod_lightmap_bytes = 1;
if (!l->filelen) {
loadmodel->lightdata = NULL;
return;