mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
Dodanie inicjacji brakujących zmiennych.
This commit is contained in:
@@ -169,6 +169,9 @@ void TTrainParameters::NewName(std::string NewTrainName)
|
||||
t->WaitTime = 0;
|
||||
}
|
||||
TTVmax = 100; /*wykasowac*/
|
||||
BrakeRatio = 0;
|
||||
LocSeries = "";
|
||||
LocLoad = 0;
|
||||
}
|
||||
|
||||
void TTrainParameters::UpdateVelocity(int StationCount, double vActual)
|
||||
@@ -526,6 +529,7 @@ TMTableTime::TMTableTime(int InitH, int InitM, int InitSRH, int InitSRM, int Ini
|
||||
srm = InitSRM;
|
||||
ssh = InitSSH;
|
||||
ssm = InitSSM;
|
||||
mr = 0.0;
|
||||
}
|
||||
|
||||
bool TTrainParameters::DirectionChange()
|
||||
|
||||
Reference in New Issue
Block a user