Correct non-compiling iterators that retained their initialisation from the earlier pushes.

This commit is contained in:
toaster 2022-03-18 16:50:13 +00:00
parent 230b301455
commit 1f5eb2c442

View file

@ -3797,7 +3797,7 @@ static void P_ProcessLineSpecial(line_t *line, mobj_t *mo, sector_t *callsec)
break;
}
TAG_ITER_SECTORS(0, tag, secnum)
TAG_ITER_SECTORS(tag, secnum)
{
sec = sectors + secnum;
@ -7437,7 +7437,7 @@ static void P_SpawnScrollers(void)
break;
case 509: // scroll front and backside of tagged lines
TAG_ITER_LINES(0, tag, s)
TAG_ITER_LINES(tag, s)
{
if (s != (INT32)i)
{