mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-09-01 06:20:15 +02:00
pb, cheats ready.
Collison v1, mouse fixed.
This commit is contained in:
parent
d267fd5c98
commit
1ea247e185
20 changed files with 773 additions and 284 deletions
|
@ -403,7 +403,7 @@ int TPinballTable::Message(int code, float value)
|
|||
}
|
||||
else
|
||||
{
|
||||
UnknownP6 = 0;
|
||||
CheatsUsed = 0;
|
||||
Message(1024, 0.0);
|
||||
auto ball = static_cast<TBall*>(BallList->Get(0));
|
||||
ball->Position.Y = 0.0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue