mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-07-14 18:31:54 -04:00
Fix: now building node under house type is corrected, related function refactored .
This commit is contained in:
parent
ea4c214b04
commit
a91ff89091
12 changed files with 154 additions and 79 deletions
|
@ -264,7 +264,7 @@ public:
|
|||
CString GetStructureData(DWORD dwIndex, STRUCTURE* lpStructure) const;
|
||||
BOOL AddWaypoint(CString lpID, DWORD dwPos);
|
||||
|
||||
void DeleteNode(LPCTSTR lpHouse, DWORD dwIndex);
|
||||
void DeleteNode(const CString& house, const int index);
|
||||
void DeleteTerrain(DWORD dwIndex);
|
||||
void DeleteAircraft(DWORD dwIndex);
|
||||
void DeleteStructure(DWORD dwIndex);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue