mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 01:19:19 +02:00
control for battery, pantographs, line breaker, converter and compressor
This commit is contained in:
3
Train.h
3
Train.h
@@ -111,6 +111,9 @@ class TTrain
|
||||
// NOTE: temporary routine until sound system is sorted out and paired with switches
|
||||
void play_sound( PSound Sound, PSound Fallbacksound = nullptr );
|
||||
|
||||
// helper variable, to prevent immediate switch between closing and opening line breaker circuit
|
||||
bool m_linebreakerclosed{ false };
|
||||
|
||||
private: //żeby go nic z zewnątrz nie przestawiało
|
||||
TDynamicObject *DynamicObject; // przestawia zmiana pojazdu [F5]
|
||||
private: //żeby go nic z zewnątrz nie przestawiało
|
||||
|
||||
Reference in New Issue
Block a user