mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 16:19:19 +02:00
merged upstream changes
This commit is contained in:
@@ -129,7 +129,7 @@ void TRapid::Update(double dt)
|
||||
BrakeRes->Flow(-dV);
|
||||
}
|
||||
|
||||
// ------ PRZEK£ADNIK CI¥G£Y ------
|
||||
// ------ PRZEKŁADNIK CIĄGŁY ------
|
||||
|
||||
void TPrzekCiagly::SetMult(double m)
|
||||
{
|
||||
@@ -157,7 +157,7 @@ void TPrzekCiagly::Update(double dt)
|
||||
BrakeRes->Flow(-dV);
|
||||
}
|
||||
|
||||
// ------ PRZEK£ADNIK CI¥G£Y ------
|
||||
// ------ PRZEKŁADNIK CIĄGŁY ------
|
||||
|
||||
void TPrzek_PZZ::SetLBP(double P)
|
||||
{
|
||||
@@ -524,9 +524,9 @@ void TNESt3::SetSize(int size, std::string params) // ustawianie dysz (rozmiaru
|
||||
|
||||
if( ( params.find( "3d" ) != std::string::npos )
|
||||
|| ( params.find( "4d" ) != std::string::npos ) ) {
|
||||
autom = false;
|
||||
autom = false;
|
||||
}
|
||||
else
|
||||
else
|
||||
autom = true;
|
||||
if ((params.find("HBG300") != std::string::npos))
|
||||
HBG300 = 1;
|
||||
|
||||
Reference in New Issue
Block a user