- RR: fixed double negation in pitch math when throwing dynamite.

This commit is contained in:
Christoph Oelckers 2021-05-20 19:06:11 +02:00
parent e5236d3423
commit ec976d9db7

View file

@ -2731,7 +2731,7 @@ static void operateweapon(int snum, ESyncBits actions, int psect)
else else
{ {
k = 140; k = 140;
i = -512 - -MulScale(p->horizon.sum().asq16(), 20, 16); i = -512 - MulScale(p->horizon.sum().asq16(), 20, 16);
} }
auto spawned = EGS(p->cursectnum, auto spawned = EGS(p->cursectnum,