mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 00:09:18 +02:00
480:
Wyciszanie dźwięku odluźniacza przy małym ciśnieniu w cylindrach.
This commit is contained in:
@@ -3892,7 +3892,11 @@ void TDynamicObject::RenderSounds()
|
|||||||
sReleaser.TurnOn(MechInside, GetPosition());
|
sReleaser.TurnOn(MechInside, GetPosition());
|
||||||
else
|
else
|
||||||
sReleaser.TurnOff(MechInside, GetPosition());
|
sReleaser.TurnOff(MechInside, GetPosition());
|
||||||
sReleaser.Update(MechInside, GetPosition());
|
//sReleaser.Update(MechInside, GetPosition());
|
||||||
|
double releaser_vol = 1;
|
||||||
|
if (MoverParameters->BrakePress < 0.1)
|
||||||
|
releaser_vol = MoverParameters->BrakePress * 10;
|
||||||
|
sReleaser.UpdateAF(releaser_vol, 1, MechInside, GetPosition());
|
||||||
// if ((MoverParameters->ConverterFlag==false) &&
|
// if ((MoverParameters->ConverterFlag==false) &&
|
||||||
// (MoverParameters->TrainType!=dt_ET22))
|
// (MoverParameters->TrainType!=dt_ET22))
|
||||||
// if
|
// if
|
||||||
|
|||||||
4
EU07.bpr
4
EU07.bpr
@@ -60,7 +60,7 @@ AutoIncBuild=0
|
|||||||
MajorVer=16
|
MajorVer=16
|
||||||
MinorVer=0
|
MinorVer=0
|
||||||
Release=1173
|
Release=1173
|
||||||
Build=479
|
Build=480
|
||||||
Debug=1
|
Debug=1
|
||||||
PreRelease=0
|
PreRelease=0
|
||||||
Special=0
|
Special=0
|
||||||
@@ -72,7 +72,7 @@ CodePage=1250
|
|||||||
[Version Info Keys]
|
[Version Info Keys]
|
||||||
CompanyName=EU07 Team
|
CompanyName=EU07 Team
|
||||||
FileDescription=MaSzyna EU07-424
|
FileDescription=MaSzyna EU07-424
|
||||||
FileVersion=16.0.1173.479
|
FileVersion=16.0.1173.480
|
||||||
InternalName=DP+SPKS+asynch+python
|
InternalName=DP+SPKS+asynch+python
|
||||||
LegalCopyright=
|
LegalCopyright=
|
||||||
LegalTrademarks=
|
LegalTrademarks=
|
||||||
|
|||||||
@@ -49,9 +49,9 @@ double Global::fLuminance = 1.0; // jasno
|
|||||||
int Global::iReCompile = 0; // zwiêkszany, gdy trzeba odœwie¿yæ siatki
|
int Global::iReCompile = 0; // zwiêkszany, gdy trzeba odœwie¿yæ siatki
|
||||||
HWND Global::hWnd = NULL; // uchwyt okna
|
HWND Global::hWnd = NULL; // uchwyt okna
|
||||||
int Global::iCameraLast = -1;
|
int Global::iCameraLast = -1;
|
||||||
AnsiString Global::asRelease = "16.0.1172.479";
|
AnsiString Global::asRelease = "16.0.1172.480";
|
||||||
AnsiString Global::asVersion =
|
AnsiString Global::asVersion =
|
||||||
"Compilation 2016-07-27, release " + Global::asRelease + "."; // tutaj, bo wysy³any
|
"Compilation 2016-08-07, release " + Global::asRelease + "."; // tutaj, bo wysy³any
|
||||||
int Global::iViewMode = 0; // co aktualnie widaæ: 0-kabina, 1-latanie, 2-sprzêgi, 3-dokumenty
|
int Global::iViewMode = 0; // co aktualnie widaæ: 0-kabina, 1-latanie, 2-sprzêgi, 3-dokumenty
|
||||||
int Global::iTextMode = 0; // tryb pracy wyœwietlacza tekstowego
|
int Global::iTextMode = 0; // tryb pracy wyœwietlacza tekstowego
|
||||||
int Global::iScreenMode[12] = {0, 0, 0, 0, 0, 0,
|
int Global::iScreenMode[12] = {0, 0, 0, 0, 0, 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user