Changed Line 449 post exec tag to line tag

This commit is contained in:
mazmazz 2018-11-03 21:53:21 -04:00
parent 73ae273348
commit 1ca8fca602
1 changed files with 1 additions and 1 deletions

View File

@ -3462,7 +3462,7 @@ static void P_ProcessLineSpecial(line_t *line, mobj_t *mo, sector_t *callsec)
{
INT32 promptnum = max(0, (sides[line->sidenum[0]].textureoffset>>FRACBITS)-1);
INT32 pagenum = max(0, (sides[line->sidenum[0]].rowoffset>>FRACBITS)-1);
INT32 postexectag = (line->sidenum[1] != 0xFFFF) ? abs(sides[line->sidenum[1]].textureoffset>>FRACBITS) : 0;
INT32 postexectag = line->tag;
boolean closetextprompt = (line->flags & ML_BLOCKMONSTERS);
boolean runpostexec = (line->flags & ML_EFFECT1);