mirror of
https://github.com/ZDoom/Raze.git
synced 2025-02-20 18:42:26 +00:00
- consistency cleanup with a use of calcSinTableView()
use within hudweapon_d.cpp.
This commit is contained in:
parent
80291f9cb7
commit
5792a2389a
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ void displayloogie(short snum)
|
|||
y = (ps[snum].loogcnt << 2);
|
||||
for (i = 0; i < ps[snum].numloogs; i++)
|
||||
{
|
||||
a = abs(xs_CRoundToInt(calcSinTableValue((ps[snum].loogcnt + i) << 5))) >> 5;
|
||||
a = abs(calcSinTableValue((ps[snum].loogcnt + i) << 5)) / 32;
|
||||
z = 4096 + ((ps[snum].loogcnt + i) << 9);
|
||||
x = (-getavel(snum)) + (calcSinTableValue((ps[snum].loogcnt + i) << 6) / 1024.);
|
||||
|
||||
|
|
Loading…
Reference in a new issue