mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-14 17:01:07 +00:00
Fix a bug that !2382 introduced
This commit is contained in:
parent
86a1f40251
commit
e4642c278f
1 changed files with 2 additions and 0 deletions
|
@ -3297,6 +3297,8 @@ static thinker_t* LoadMobjThinker(actionf_p1 thinker)
|
|||
mobj->translation = READUINT16(save_p);
|
||||
if (diff2 & MD2_ALPHA)
|
||||
mobj->alpha = READFIXED(save_p);
|
||||
else
|
||||
mobj->alpha = FRACUNIT;
|
||||
|
||||
if (diff & MD_REDFLAG)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue