mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 20:39:18 +02:00
build 190227. joint master controlled cab control, minor bug fixes
This commit is contained in:
@@ -696,7 +696,9 @@ debug_panel::update_section_ai( std::vector<text_line> &Output ) {
|
||||
+ ", braking: " + to_string( mechanik.fBrakeDist, 0 );
|
||||
|
||||
if( mechanik.Obstacle.distance < 5000 ) {
|
||||
textline += "\n obstacle: " + to_string( mechanik.Obstacle.distance, 0 );
|
||||
textline +=
|
||||
"\n obstacle: " + to_string( mechanik.Obstacle.distance, 0 )
|
||||
+ " (" + mechanik.Obstacle.vehicle->asName + ")";
|
||||
}
|
||||
|
||||
Output.emplace_back( textline, Global.UITextColor );
|
||||
|
||||
Reference in New Issue
Block a user