mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-07-18 04:06:42 -04:00
Fix: change object owner (#118)
* split out overlay handling function, and change digit to meaningful enum values . * GetStructureData returns ID and readd using the same . * resolved data insert sequence issue .
This commit is contained in:
parent
f5601fb046
commit
be0ca9c1af
5 changed files with 393 additions and 345 deletions
|
@ -116,6 +116,7 @@ protected:
|
|||
|
||||
// implementation
|
||||
protected:
|
||||
void handleMouseActionManageOverlays(int x, int y);
|
||||
|
||||
#ifdef _DEBUG
|
||||
virtual void AssertValid() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue