16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 16:19:19 +02:00

Emergency braking can cut off handle

This commit is contained in:
Królik Uszasty
2020-10-10 10:43:06 +02:00
committed by tmj-fstate
parent 81d4a84d00
commit 26b077653d
2 changed files with 8 additions and 1 deletions

View File

@@ -1120,6 +1120,7 @@ public:
double LockPipeOn = -1.0;
double LockPipeOff = -1.0;
double HandleUnlock = -3.0;
bool EmergencyCutsOffHandle = false;
int CompressorListPosNo = 0;
int CompressorListDefPos = 1;
bool CompressorListWrap = false;