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

More python dictionary entries for compressors

This commit is contained in:
Królik Uszasty
2020-11-07 21:03:37 +01:00
committed by tmj-fstate
parent 20b8c10e3a
commit 52dcd5bf5f
2 changed files with 29 additions and 2 deletions

View File

@@ -784,6 +784,7 @@ private:
bool bBatt[8]; // baterie
bool bConv[8]; // przetwornice
bool bComp[8][2]; // sprezarki
std::vector<std::tuple<bool, bool, int>> bCompressors;
bool bHeat[8]; // grzanie
// McZapkie: do syczenia
float fPPress, fNPress;