mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
build 200806. configurable power transfer coupling type, train passenger information system announcement chime, getvalues event crash fix
This commit is contained in:
@@ -567,6 +567,10 @@ getvalues_event::init() {
|
||||
m_passive = true;
|
||||
}
|
||||
}
|
||||
if( m_targets.empty() ) {
|
||||
m_ignored = true;
|
||||
return;
|
||||
}
|
||||
// NOTE: GetValues retrieves data only from first specified memory cell
|
||||
// TBD, TODO: allow retrieval from more than one cell?
|
||||
m_input.data_source = m_targets.front();
|
||||
|
||||
Reference in New Issue
Block a user