mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
add banned objects to mapeditor
This commit is contained in:
@@ -18,6 +18,7 @@ struct DLL_LINKAGE CompoundMapObjectID
|
||||
si32 primaryID;
|
||||
si32 secondaryID;
|
||||
|
||||
CompoundMapObjectID() : primaryID(0), secondaryID(0) {}
|
||||
CompoundMapObjectID(si32 primID, si32 secID) : primaryID(primID), secondaryID(secID) {};
|
||||
|
||||
bool operator<(const CompoundMapObjectID& other) const
|
||||
|
||||
Reference in New Issue
Block a user