- fixed: Heretic: dScroll_EastLavaDamage was missing its strobe effect

SVN r3606 (trunk)
This commit is contained in:
Christoph Oelckers 2012-04-28 20:12:54 +00:00
parent 0065c29902
commit de43788c3a

View file

@ -1253,6 +1253,7 @@ void P_SpawnSpecials (void)
break;
case dScroll_EastLavaDamage:
new DStrobe (sector, STROBEBRIGHT, FASTDARK, false);
new DScroller (DScroller::sc_floor, (-FRACUNIT/2)<<3,
0, -1, int(sector-sectors), 0);
break;