initialize lightmap pointer in ProcessLowerMiniseg.

This commit is contained in:
Professor Hastig 2024-04-08 12:16:41 +02:00 committed by Christoph Oelckers
parent 7a43d7f78d
commit f796e55c0d

View file

@ -2501,6 +2501,7 @@ void HWWall::ProcessLowerMiniseg(HWWallDispatcher *di, seg_t *seg, sector_t * fr
this->frontsector = frontsector;
this->backsector = backsector;
this->sub = NULL;
this->lightmap = nullptr;
vertex_t * v1 = seg->v1;
vertex_t * v2 = seg->v2;