mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-09-01 06:20:15 +02:00
FT collision part6: fixes and cleanup.
This commit is contained in:
parent
e0424bed65
commit
43e2ab896b
8 changed files with 15 additions and 23 deletions
|
@ -615,7 +615,6 @@ TBall* TPinballTable::AddBall(vector2 position)
|
|||
ball->Direction = {};
|
||||
ball->Speed = 0;
|
||||
ball->TimeDelta = 0;
|
||||
ball->TimeNow = 0;
|
||||
ball->EdgeCollisionCount = 0;
|
||||
ball->CollisionFlag = 0;
|
||||
ball->CollisionMask = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue