mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-16 09:11:21 +00:00
initialize lightmap pointer in ProcessLowerMiniseg.
This commit is contained in:
parent
7a43d7f78d
commit
f796e55c0d
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue