mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-20 12:39:17 +02:00
build 170520. compressor activation for multi-unit engines, gamepad support toggle, local brake logic fix for multi-unit engines
This commit is contained in:
@@ -1879,8 +1879,7 @@ TDynamicObject::Init(std::string Name, // nazwa pojazdu, np. "EU07-424"
|
||||
{ // McZapkie-040602: jeśli coś siedzi w pojeździe
|
||||
if (Name == Global::asHumanCtrlVehicle) // jeśli pojazd wybrany do prowadzenia
|
||||
{
|
||||
if (DebugModeFlag ? false : MoverParameters->EngineType !=
|
||||
Dumb) // jak nie Debugmode i nie jest dumbem
|
||||
if ( MoverParameters->EngineType != Dumb)
|
||||
Controller = Humandriver; // wsadzamy tam sterującego
|
||||
else // w przeciwnym razie trzeba włączyć pokazywanie kabiny
|
||||
bDisplayCab = true;
|
||||
|
||||
Reference in New Issue
Block a user