mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2023-12-30 21:52:56 +00:00
parent
62e20b1cf9
commit
18c80a0ff8
@ -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 New Issue
Block a user