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:
Zero Fanker 2024-11-22 19:24:23 -05:00 committed by GitHub
parent f5601fb046
commit be0ca9c1af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 393 additions and 345 deletions

View file

@ -116,6 +116,7 @@ protected:
// implementation
protected:
void handleMouseActionManageOverlays(int x, int y);
#ifdef _DEBUG
virtual void AssertValid() const;