mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-20 02:09:19 +02:00
Merge branch 'tmj-dev' into milek-dev
This commit is contained in:
5
mtable.h
5
mtable.h
@@ -35,15 +35,14 @@ struct TMTableLine
|
||||
int Dh;
|
||||
int Dm; // godz. i min. odjazdu
|
||||
double tm; // czas jazdy do tej stacji w min. (z kolumny)
|
||||
int WaitTime; // czas postoju (liczony plus 6 sekund)
|
||||
TMTableLine()
|
||||
{
|
||||
km = 0;
|
||||
vmax = -1;
|
||||
StationName = "nowhere", StationWare = "";
|
||||
TrackNo = 1;
|
||||
Ah, Am, Dh, Dm = -1;
|
||||
WaitTime, tm = 0;
|
||||
Ah = Am = Dh = Dm = -1;
|
||||
tm = 0;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user