mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
Ref T259, Ref T243 formatting
This commit is contained in:
@@ -898,7 +898,7 @@ namespace BlackCore
|
||||
|
||||
//! we set a dynamically updating offset time here
|
||||
situation.setCurrentUtcTime();
|
||||
int offsetMs = self->markReceivedPositionAndGetOffsetTime(situation.getCallsign(), situation.getMSecsSinceEpoch());
|
||||
const int offsetMs = self->markReceivedPositionAndGetOffsetTime(situation.getCallsign(), situation.getMSecsSinceEpoch());
|
||||
situation.setTimeOffsetMs(offsetMs);
|
||||
|
||||
CTransponder::TransponderMode mode = CTransponder::StateStandby;
|
||||
|
||||
Reference in New Issue
Block a user