mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-09-04 07:20:15 +02:00
Fix missing sound when mission is selected
This commit is contained in:
parent
0b2fd28fda
commit
3fa47c2187
1 changed files with 1 additions and 1 deletions
|
@ -1640,7 +1640,7 @@ void control::MissionSpotTargetControl(int code, TPinballComponent* caller)
|
||||||
lite->Message(15, 2.0);
|
lite->Message(15, 2.0);
|
||||||
|
|
||||||
TSound* sound;
|
TSound* sound;
|
||||||
if (!light_on(&control_lite198_tag) || control_lite198_tag.Component->FlasherActive)
|
if (pb::FullTiltMode && (!light_on(&control_lite198_tag) || control_lite198_tag.Component->FlasherActive))
|
||||||
{
|
{
|
||||||
sound = control_soundwave52_tag.Component;
|
sound = control_soundwave52_tag.Component;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue