1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2025-09-01 06:20:15 +02:00

Replaced spaces with tabs

This commit is contained in:
Natty 2022-09-22 11:08:34 +02:00
parent 59e5c6332d
commit c1e77df7e0
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: E2477561D4C45028

View file

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