- RR: fix movement direction of bowling ball.

This commit is contained in:
Christoph Oelckers 2023-08-06 10:27:41 +02:00
parent 76e77d4e64
commit 85b6c19442

View file

@ -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;