This commit is contained in:
James R 2022-10-17 23:50:38 -07:00
parent 42f9443de1
commit 7ceef19f74

View file

@ -3852,7 +3852,7 @@ static void P_SetBinaryFOFAlpha(line_t *line)
else if (line->args[1] >= 1001) // fourth digit else if (line->args[1] >= 1001) // fourth digit
{ {
line->args[1] %= 1000; line->args[1] %= 1000;
line->args[2] = (sides[line->sidenum[0]].toptexture/1000) + 1; // becomes an AST line->args[2] = (sides[line->sidenum[0]].toptexture/1000); // TMB_TRANSLUCNET, TMB_ADD, etc
} }
} }
else else