- allow tag == 0 for backside activation on a few more actions.
This commit is contained in:
parent
e333e31410
commit
069e4e9b0b
4 changed files with 12 additions and 13 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue