mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 14:39:18 +02:00
build 170913. improved AI driving on slopes, consist collision distance in whois event, cab render fix
This commit is contained in:
@@ -1433,6 +1433,10 @@ TWorld::Update_UI() {
|
||||
+ ", Fr: " + to_string( tmp->MoverParameters->RunningTrack.friction, 2 )
|
||||
+ ( tmp->MoverParameters->SlippingWheels ? " (!)" : "" );
|
||||
|
||||
if( tmp->Mechanik ) {
|
||||
uitextline2 += "; Ag: " + to_string( tmp->Mechanik->fAccGravity, 2 );
|
||||
}
|
||||
|
||||
uitextline2 +=
|
||||
"; TC:"
|
||||
+ to_string( tmp->MoverParameters->TotalCurrent, 0 );
|
||||
|
||||
Reference in New Issue
Block a user