mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix 42f9443de
This commit is contained in:
parent
42f9443de1
commit
7ceef19f74
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue