16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 13:39:18 +02:00

Changed diesel percentage threshold for AI

This commit is contained in:
Królik Uszasty
2019-06-29 09:04:03 +02:00
committed by tmj-fstate
parent 7c07aa9682
commit 0f0c30dbff
2 changed files with 3 additions and 2 deletions

View File

@@ -899,7 +899,8 @@ debug_panel::update_section_ai( std::vector<text_line> &Output ) {
+ "+" + to_string( mechanik.fBrake_a1[ 0 ], 2 )
+ "\n virtual brake position: " + to_string(mechanik.BrakeCtrlPosition, 2)
+ "\n desired diesel percentage: " + to_string(mechanik.DizelPercentage, 0)
+ "/" + to_string(mechanik.DizelPercentage_Speed, 0);
+ "/" + to_string(mechanik.DizelPercentage_Speed, 0)
+ "/" + to_string(100.4*mechanik.mvControlling->eimic_real, 0);
Output.emplace_back( textline, Global.UITextColor );