mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-22 01:01:45 +00:00
Merge branch 'udmf-lighting' into udmf-linedef-executors
This commit is contained in:
commit
b35da98a3c
1 changed files with 1 additions and 1 deletions
|
@ -6897,7 +6897,7 @@ void P_SpawnSpecials(boolean fromnetsave)
|
|||
|
||||
case 604: // Adjustable Blinking Light
|
||||
sec = sides[*lines[i].sidenum].sector - sectors;
|
||||
TAG_ITER_SECTORS(tag, s)
|
||||
TAG_ITER_SECTORS(lines[i].args[0], s)
|
||||
P_SpawnAdjustableStrobeFlash(§ors[s], lines[i].args[3],
|
||||
(lines[i].args[4] & TMB_USETARGET) ? sectors[s].lightlevel : lines[i].args[5],
|
||||
lines[i].args[1], lines[i].args[2], lines[i].args[4] & TMB_SYNC);
|
||||
|
|
Loading…
Reference in a new issue