Another change in turbocharger sound, added rpm in engine ui panel.

This commit is contained in:
Królik Uszasty
2019-05-12 19:04:30 +02:00
committed by tmj-fstate
parent 0b79e7d1b9
commit 448472c84a
2 changed files with 3 additions and 2 deletions

View File

@@ -717,7 +717,8 @@ debug_panel::update_section_engine( std::vector<text_line> &Output ) {
std::string parameterstext = "param value";
std::vector< std::pair <std::string, double> > const paramvalues {
{ "efill: ", mover.dizel_fill },
{ " rpm: ", mover.enrot * 60.0 },
{ "efill: ", mover.dizel_fill },
{ "etorq: ", mover.dizel_Torque },
{ "creal: ", mover.dizel_engage },
{ "cdesi: ", mover.dizel_engagestate },