mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-07-18 04:06:42 -04:00
#25, fixed waypoint related issue .
This commit is contained in:
parent
29caa6b9d8
commit
f5817e91ff
7 changed files with 46 additions and 29 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue