fix spritesclales not being initiliased if they didnt got set uh

This commit is contained in:
Alug 2024-11-14 23:54:14 +01:00
parent 357b2cd571
commit 53c8d97dfe

View file

@ -3553,7 +3553,7 @@ static thinker_t* LoadMobjThinker(savebuffer_t *save, actionf_p1 thinker)
}
else
{
mobj->spritexoffset = mobj->spriteyoffset = 0;
mobj->spritexscale = mobj->spriteyscale = FRACUNIT;
}
if (diff2 & MD2_SPRITEOFFSET)
{