voltage relays, additional light cab controls, minor cab control fixes

This commit is contained in:
tmj-fstate
2018-09-12 21:33:40 +02:00
parent 450b60d7bd
commit e881092ca0
11 changed files with 189 additions and 81 deletions

View File

@@ -25,7 +25,7 @@ public:
void Turn( bool const State );
inline
bool GetValue() const {
return ( m_state ? 1 : 0 ); }
return m_state; }
inline
bool Active() {
return ( ( pModelOn != nullptr )