mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-09-01 06:20:15 +02:00
Add FullTilt lane light behavior
This commit is contained in:
parent
9f0ae0434e
commit
59e5c6332d
1 changed files with 8 additions and 2 deletions
|
@ -1349,7 +1349,10 @@ void control::ReentryLanesRolloverControl(MessageCode code, TPinballComponent* c
|
|||
{
|
||||
if (light->LightOnFlag)
|
||||
{
|
||||
light->Message(MessageCode::TLightResetAndTurnOff, 0.0);
|
||||
if (!pb::FullTiltMode)
|
||||
{
|
||||
light->Message(MessageCode::TLightResetAndTurnOff, 0.0);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -1401,7 +1404,10 @@ void control::LaunchLanesRolloverControl(MessageCode code, TPinballComponent* ca
|
|||
{
|
||||
if (light->LightOnFlag)
|
||||
{
|
||||
light->Message(MessageCode::TLightResetAndTurnOff, 0.0);
|
||||
if (!pb::FullTiltMode)
|
||||
{
|
||||
light->Message(MessageCode::TLightResetAndTurnOff, 0.0);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue