mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-07 17:11:17 +00:00
- fixed: Heretic: dScroll_EastLavaDamage was missing its strobe effect
SVN r3606 (trunk)
This commit is contained in:
parent
0065c29902
commit
de43788c3a
1 changed files with 1 additions and 0 deletions
|
@ -1253,6 +1253,7 @@ void P_SpawnSpecials (void)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case dScroll_EastLavaDamage:
|
case dScroll_EastLavaDamage:
|
||||||
|
new DStrobe (sector, STROBEBRIGHT, FASTDARK, false);
|
||||||
new DScroller (DScroller::sc_floor, (-FRACUNIT/2)<<3,
|
new DScroller (DScroller::sc_floor, (-FRACUNIT/2)<<3,
|
||||||
0, -1, int(sector-sectors), 0);
|
0, -1, int(sector-sectors), 0);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue