mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-19 07:01:09 +00:00
- RR: fixed movement direction when throwing a bowling ball.
This commit is contained in:
parent
5ebf2fef89
commit
3c7810a229
1 changed files with 1 additions and 1 deletions
|
@ -3137,7 +3137,7 @@ static void operateweapon(int snum, ESyncBits actions, sectortype* psectp)
|
|||
}
|
||||
if (p->kickback_pic < 30)
|
||||
{
|
||||
p->vel.XY() -= p->angle.ang.ToVector();
|
||||
p->vel.XY() += p->angle.ang.ToVector();
|
||||
}
|
||||
p->kickback_pic++;
|
||||
if (p->kickback_pic > 40)
|
||||
|
|
Loading…
Reference in a new issue