mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-04-30 09:01:41 -04:00
Fix: infantry drag cause data duplication .
This commit is contained in:
parent
1239ab0dad
commit
4db4af82a7
1 changed files with 1 additions and 1 deletions
|
@ -3015,7 +3015,7 @@ void CIsoView::OnLButtonUp(UINT nFlags, CPoint point)
|
|||
Map->DeleteInfantry(m_id);
|
||||
}
|
||||
|
||||
Map->AddInfantry(&infantry);
|
||||
Map->AddInfantry(&infantry, nullptr, nullptr, 0, m_id);
|
||||
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue