mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 16:19:19 +02:00
Added parameters of train (mass and length) for driver timetable panel
This commit is contained in:
committed by
tmj-fstate
parent
6947107f3c
commit
c40b54fd93
@@ -220,7 +220,17 @@ timetable_panel::update() {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
auto const readycolor { glm::vec4( 84.0f / 255.0f, 164.0f / 255.0f, 132.0f / 255.0f, 1.f ) };
|
auto const readycolor { glm::vec4( 84.0f / 255.0f, 164.0f / 255.0f, 132.0f / 255.0f, 1.f ) };
|
||||||
// header
|
|
||||||
|
text_lines.emplace_back("Brutto rozkl. " + to_string(table->LocLoad), Global.UITextColor);
|
||||||
|
auto fMass = owner->fMass / 1000;
|
||||||
|
if (owner->mvControlling->TrainType & (dt_DMU + dt_EZT) == 0)
|
||||||
|
{
|
||||||
|
//odejmij lokomotywy czynne, a przynajmniej aktualną
|
||||||
|
}
|
||||||
|
text_lines.emplace_back("Brutto rzecz. " + to_string(fMass,0), Global.UITextColor);
|
||||||
|
text_lines.emplace_back("Dl.poc. rzecz. " + to_string(owner->fLength,0), Global.UITextColor);
|
||||||
|
|
||||||
|
// header
|
||||||
text_lines.emplace_back( "+-----+------------------------------------+-------+-----+", Global.UITextColor );
|
text_lines.emplace_back( "+-----+------------------------------------+-------+-----+", Global.UITextColor );
|
||||||
|
|
||||||
TMTableLine const *tableline;
|
TMTableLine const *tableline;
|
||||||
|
|||||||
Reference in New Issue
Block a user