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

@ -34,6 +34,16 @@
class MapTool;
enum class MouseActionType : unsigned {
AddInfantry = 1,
AddStructure = 2,
AddAircraft = 3,
AddVehicle = 4,
AddTerrain = 5,
ManageOverlay = 6,
ChangeOwner = 7,
AddSmudge = 8,
};
enum class TheaterChar : char
{