fix missing models in demo playback after the model scaling patch

See: https://github.com/sezero/quakespasm/pull/32.
This commit is contained in:
Andrei Drexler 2022-08-08 14:23:32 +03:00 committed by Ozkan Sezer
parent 8a7cdc933f
commit 403aceb066

View file

@ -622,6 +622,7 @@ void CL_ParseUpdate (int bits)
}
else
ent->alpha = ent->baseline.alpha;
ent->scale = ENTSCALE_DEFAULT;
}
//johnfitz