mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-09 07:06:47 +00:00
Fix accidental removal of sector_t's spawn_lightlevel initialization
This commit is contained in:
parent
12fbaf85f8
commit
e3955ed4f3
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…
Add table
Reference in a new issue