Skip to content
Snippets Groups Projects
Commit 98b7d8aa authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

Fix broken model light lists in ACZ3

parent 27285365
No related branches found
No related tags found
2 merge requests!734Rebase Keycodes only branch.,!619More OpenGL fixes plus masked PNG conversion
......@@ -1108,7 +1108,7 @@ boolean HWR_DrawModel(gr_vissprite_t *spr)
{
sector_t *sector = spr->mobj->subsector->sector;
UINT8 lightlevel = 255;
extracolormap_t *colormap = sector->extra_colormap;
extracolormap_t *colormap = NULL;
if (sector->numlights)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment