mirror of
https://github.com/ZDoom/Raze.git
synced 2025-02-20 18:42:26 +00:00
Minor fix to last commit
git-svn-id: https://svn.eduke32.com/eduke32@7768 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
7e7f19b5fd
commit
8e8a1334e9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue