add comment and additional reset when reinitializing transport master engine DLL

This commit is contained in:
Paul Davis
2020-03-13 13:51:47 -06:00
parent c83d509203
commit ee1f8a6fc7

View File

@@ -430,9 +430,14 @@ TransportMasterManager::set_current_locked (boost::shared_ptr<TransportMaster> c
return -1;
}
/* this is called from within the process() call stack, but *after* the
* call to ::pre_process_transport_masters()
*/
_current_master = c;
_master_speed = 0;
_master_position = 0;
_master_invalid_this_cycle = true;
master_dll_initstate = 0;