Archived
change GS source
This commit is contained in:
1 parent
30cff7ce18
commit
364fd43810
1 file changed
+1
-1
@@ -48,7 +48,7 @@ void TinyEurocat::OnGetTagItem( CFlightPlan FlightPlan,
|
||||
sprintf(sItemString, "%04s", tmpstr);
|
||||
break;
|
||||
case TAG_ITEM_MET_CURR_SPD:
|
||||
mcspd = RadarTarget.GetGS() * 1.852;
|
||||
mcspd = RadarTarget.GetPosition().GetReportedGS() * 1.852;
|
||||
mcspd /= 10;
|
||||
itoa(mcspd, tmpstr, 10);
|
||||
sprintf(sItemString, "%03s", tmpstr);
|
||||
|
||||
Reference in new issue
Block a user