mirror of
https://github.com/ZDoom/Raze.git
synced 2025-03-24 09:42:13 +00:00
- RR: fix movement direction of bowling ball.
This commit is contained in:
parent
76e77d4e64
commit
85b6c19442
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ class RedneckBowlingBall : RedneckBowlingPin
|
|||
if (j)
|
||||
{
|
||||
j.vel.X = 250 / 16.;
|
||||
j.angle = self.angle;
|
||||
j.angle = sang;
|
||||
j.pos.Z -= 15;
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue