mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2024-11-14 11:15:05 -05:00
parent
62e20b1cf9
commit
18c80a0ff8
1 changed files with 2 additions and 1 deletions
|
@ -60,7 +60,8 @@ int TPlunger::Message(MessageCode code, float value)
|
|||
switch (code)
|
||||
{
|
||||
case MessageCode::PlungerInputPressed:
|
||||
if (!PullbackStartedFlag && PinballTable->MultiballCount > 0 && !PinballTable->TiltLockFlag)
|
||||
if (!PullbackStartedFlag && (!pb::FullTiltMode || PinballTable->MultiballCount > 0 && !PinballTable->
|
||||
TiltLockFlag))
|
||||
{
|
||||
PullbackStartedFlag = true;
|
||||
Boost = 0.0;
|
||||
|
|
Loading…
Reference in a new issue