#25, fixed waypoint related issue .

This commit is contained in:
Zero Fanker 2024-06-17 13:34:12 -04:00
parent 29caa6b9d8
commit f5817e91ff
7 changed files with 46 additions and 29 deletions

View file

@ -76,7 +76,7 @@ BOOL CSearchWaypointDlg::OnInitDialog()
for (i = 0; i < count; i++) {
CString id;
DWORD pos;
Map->GetWaypointData(i, &id, &pos);
Map->GetNthWaypointData(i, &id, &pos);
ctrl.SetItemData(ctrl.InsertString(i, id), i);
}