- allow tag == 0 for backside activation on a few more actions.

This commit is contained in:
Christoph Oelckers 2017-04-15 12:02:33 +02:00
commit 069e4e9b0b
4 changed files with 12 additions and 13 deletions

View file

@ -585,9 +585,9 @@ bool EV_CeilingCrushStop (int tag, bool remove)
return rtn;
}
bool EV_StopCeiling(int tag)
bool EV_StopCeiling(int tag, line_t *line)
{
FSectorTagIterator it(tag);
FSectorTagIterator it(tag, line);
while (int sec = it.Next())
{
if (level.sectors[sec].ceilingdata)