2023-04-29 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug where a pending hard start with a non-zero grace time
	was not cleared properly during a log chain event.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-04-29 15:57:12 -04:00
parent dde4191bfe
commit e19301da64
2 changed files with 5 additions and 0 deletions

View File

@@ -2174,6 +2174,8 @@ bool RDLogPlay::StartEvent(int line,RDLogLine::TransType trans_type,
break;
case RDLogLine::Chain:
play_grace_timer->stop();
//
// Assign Next Event
//