This commit is contained in:
Rachael Alexanderson 2016-12-11 16:46:08 -05:00
commit 1a111f48bc
13 changed files with 37 additions and 25 deletions

View file

@ -1771,7 +1771,7 @@ void R_DrawPlayerSprites ()
else
{
wx = weapon->oldx + (weapon->x - weapon->oldx) * r_TicFracF;
wy = weapon->oldy + (weapon->y - weapon->oldy) * r_TicFracF + WEAPON_FUDGE_Y;
wy = weapon->oldy + (weapon->y - weapon->oldy) * r_TicFracF;
}
}
else