Replaced spaces with tabs

This commit is contained in:
Natty 2022-09-22 11:08:34 +02:00
parent 59e5c6332d
commit c1e77df7e0
No known key found for this signature in database
GPG Key ID: E2477561D4C45028
1 changed files with 8 additions and 8 deletions

View File

@ -1349,10 +1349,10 @@ void control::ReentryLanesRolloverControl(MessageCode code, TPinballComponent* c
{ {
if (light->LightOnFlag) if (light->LightOnFlag)
{ {
if (!pb::FullTiltMode) if (!pb::FullTiltMode)
{ {
light->Message(MessageCode::TLightResetAndTurnOff, 0.0); light->Message(MessageCode::TLightResetAndTurnOff, 0.0);
} }
} }
else else
{ {
@ -1404,10 +1404,10 @@ void control::LaunchLanesRolloverControl(MessageCode code, TPinballComponent* ca
{ {
if (light->LightOnFlag) if (light->LightOnFlag)
{ {
if (!pb::FullTiltMode) if (!pb::FullTiltMode)
{ {
light->Message(MessageCode::TLightResetAndTurnOff, 0.0); light->Message(MessageCode::TLightResetAndTurnOff, 0.0);
} }
} }
else else
{ {