mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 09:59:18 +02:00
build 180508. configurable maximum oil pressure, door closing animation delay, whistle sound, indicators for water temperature and oil pressure in controlled vehicle/unit, minor bug fixes
This commit is contained in:
@@ -3515,7 +3515,7 @@ bool TController::PutCommand( std::string NewCommand, double NewValue1, double N
|
||||
if (NewValue1 > 0)
|
||||
{
|
||||
fWarningDuration = NewValue1; // czas trąbienia
|
||||
mvOccupied->WarningSignal = (NewValue2 > 1) ? 2 : 1; // wysokość tonu
|
||||
mvOccupied->WarningSignal = NewValue2; // horn combination flag
|
||||
}
|
||||
}
|
||||
else if (NewCommand == "Radio_channel")
|
||||
|
||||
Reference in New Issue
Block a user