mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
Another change in turbocharger sound, added rpm in engine ui panel.
This commit is contained in:
committed by
tmj-fstate
parent
0b79e7d1b9
commit
448472c84a
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user