Fix a bug that !2382 introduced

This commit is contained in:
spherallic 2024-06-26 22:14:30 +02:00
parent 86a1f40251
commit e4642c278f

View file

@ -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)
{