Przywrócenie dźwięku dla piasecznicy bez shifta.

This commit is contained in:
antonisauren
2016-04-30 12:40:53 +02:00
parent 25bdd9d536
commit 34fe778f5d

View File

@@ -4302,8 +4302,10 @@ bool TTrain::Update()
{
if (mvControlled->TrainType != dt_EZT && ggSandButton.SubModel != NULL)
{
mvControlled->SandDose = true;
dsbPneumaticRelay->SetVolume(-30);
dsbPneumaticRelay->Play(0,0,0);
ggSandButton.PutValue(1);
mvControlled->SandDose = true;
// mvControlled->SandDoseOn(true);
}
}