mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-09-06 00:10:15 +02:00
Some renames, cleanup partman, loader.
This commit is contained in:
parent
74306179a7
commit
262b098610
40 changed files with 435 additions and 502 deletions
|
@ -83,7 +83,7 @@ int TPlunger::Message(int code, float value)
|
|||
ball->Message(1024, 0.0);
|
||||
ball->Position.X = PinballTable->PlungerPositionX;
|
||||
ball->Position.Y = PinballTable->PlungerPositionY;
|
||||
ball->UnknownBaseFlag2 = 1;
|
||||
ball->ActiveFlag = 1;
|
||||
PinballTable->BallInSink = 0;
|
||||
pb::tilt_no_more();
|
||||
control::handler(code, this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue