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

@ -12,7 +12,7 @@
#include "StdInc.h"
#include "CZoneGraphGenerator.h"
CZoneCell::CZoneCell(const CRmgTemplateZone * zone) : zone(zone)
CZoneCell::CZoneCell(const CRmgTemplateZone * zone)// : zone(zone)
{
}
@ -23,7 +23,7 @@ CZoneGraph::CZoneGraph()
}
CZoneGraphGenerator::CZoneGraphGenerator() : gen(nullptr)
CZoneGraphGenerator::CZoneGraphGenerator()// : gen(nullptr)
{
}