1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-23 00:28:08 +02:00

- Fixed compilation errors on clang

- Removed compiler warnings of unused variables
This commit is contained in:
beegee1
2013-11-16 09:17:19 +00:00
parent 900d7a03f0
commit 39d3102905
5 changed files with 13 additions and 13 deletions

View File

@ -21,7 +21,7 @@ public:
explicit CZoneCell(const CRmgTemplateZone * zone);
private:
const CRmgTemplateZone * zone;
//const CRmgTemplateZone * zone;
//TODO additional data
};
@ -44,5 +44,5 @@ public:
private:
unique_ptr<CZoneGraph> graph;
CRandomGenerator * gen;
//CRandomGenerator * gen;
};