Minor fix to last commit

git-svn-id: https://svn.eduke32.com/eduke32@7768 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2019-07-06 17:57:46 +00:00 committed by Christoph Oelckers
parent 7e7f19b5fd
commit 8e8a1334e9

View file

@ -3933,7 +3933,7 @@ void G_DoSpriteAnimations(int32_t ourx, int32_t oury, int32_t oura, int32_t smoo
t->ang = fix16_to_int(
g_player[playerNum].ps->q16ang
+ mulscale16((((g_player[playerNum].ps->q16ang + 1024 - g_player[playerNum].ps->oq16ang) & 2047) - 1024), smoothratio));
if (tilehasmodelorvoxel(t->picnum, t->pal) >= 0)
if (tilehasmodelorvoxel(t->picnum, t->pal))
{
static int32_t targetang = 0;