1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

- Implemented object per zone limit

- Various tweaks for Travis & repo
This commit is contained in:
DjWarmonger
2014-07-15 22:33:51 +02:00
parent 090abf41e8
commit 0763b9a758
6 changed files with 20 additions and 923 deletions

View File

@@ -75,6 +75,8 @@ public:
void readMap(CBinaryReader & reader);
void readJson(const JsonNode & node);
bool operator==(const ObjectTemplate& ot) const { return (id == ot.id && subid == ot.subid); }
template <typename Handler> void serialize(Handler &h, const int version)
{
h & usedTiles & allowedTerrains & animationFile & stringID;