mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-07-18 04:06:42 -04:00
Fix: infantry duplication data issue .
This commit is contained in:
parent
718423eef0
commit
473eef415d
4 changed files with 80 additions and 68 deletions
|
@ -164,7 +164,8 @@ public:
|
|||
void AutoLevel();
|
||||
void FillArea(DWORD dwX, DWORD dwY, DWORD dwID, BYTE bSubTile);
|
||||
BOOL m_NoMove;
|
||||
void PlaceCurrentObjectAt(int x, int y);
|
||||
// returns position value
|
||||
DWORD PlaceCurrentObjectAt(int x, int y);
|
||||
void PlaceTile(const int x, const int y, const UINT nMouseFlags);
|
||||
void ShowAllTileSets();
|
||||
void HideTileSet(DWORD dwTileSet);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue