Skip to content
Snippets Groups Projects
Commit ceca99e3 authored by MascaraSnake's avatar MascaraSnake
Browse files

Fix accidental removal of sector_t's spawn_lightlevel initialization

parent 08895ef7
Branches
Tags
1 merge request!718Rename R_IsPointInSubsector to R_PointInSubsectorOrNull/Nil
......@@ -664,6 +664,7 @@ static void P_LoadRawSectors(UINT8 *data)
ss->ceilingpic = P_AddLevelFlat(ms->ceilingpic, foundflats);
ss->lightlevel = SHORT(ms->lightlevel);
ss->spawn_lightlevel = ss->lightlevel;
ss->special = SHORT(ms->special);
ss->tag = SHORT(ms->tag);
ss->nexttag = ss->firsttag = -1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment