mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-17 23:21:22 +00:00
Fix accidental removal of sector_t's spawn_lightlevel initialization
This commit is contained in:
parent
08895ef751
commit
ceca99e3c5
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue