mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 18:19:19 +02:00
build 180505. animated mirrors and doorsteps, support for spotlight hotspot width attribute, per-sound radio message range, support for combined tachometer sound, minor bug fixes
This commit is contained in:
@@ -434,7 +434,7 @@ ui_layer::update() {
|
||||
|
||||
auto const train { Global.pWorld->train() };
|
||||
if( ( train != nullptr ) && ( train->Dynamic() == vehicle ) ) {
|
||||
uitextline2 += " R: " + std::to_string( train->RadioChannel() );
|
||||
uitextline2 += ( vehicle->MoverParameters->Radio ? " R: " : " r: " ) + std::to_string( train->RadioChannel() );
|
||||
}
|
||||
/*
|
||||
uitextline2 +=
|
||||
|
||||
Reference in New Issue
Block a user