mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-04-23 10:41:51 +00:00
Enable alpha reading for walls.
This commit is contained in:
parent
96cd14eeac
commit
27aa1f9d51
1 changed files with 1 additions and 1 deletions
|
@ -1190,9 +1190,9 @@ static void TextmapLine(UINT32 i, char *param)
|
|||
lines[i].args[argnum] = atol(M_GetToken(NULL));
|
||||
}
|
||||
}
|
||||
#ifdef ADVUDMF
|
||||
else if (fastcmp(param, "alpha"))
|
||||
lines[i].alpha = FLOAT_TO_FIXED(atof(M_GetToken(NULL)));
|
||||
#ifdef ADVUDMF
|
||||
else if (fastcmp(param, "executordelay"))
|
||||
lines[i].executordelay = atol(M_GetToken(NULL));
|
||||
|
||||
|
|
Loading…
Reference in a new issue