1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2025-09-06 00:10:15 +02:00

WaveMix ready. Fixed ball Z reset in TKickout.

This commit is contained in:
oz 2021-01-28 12:46:48 +03:00
parent 77f3f52e0d
commit 74306179a7
7 changed files with 300 additions and 47 deletions

View file

@ -27,7 +27,7 @@ public:
TBall* Ball;
float FieldMult;
circle_type Circle;
float FieldBallZSet;
float OriginalBallZ;
vector_type BallAcceleration;
float ThrowAngleMult;
float ThrowSpeedMult1;