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:
@ -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)
|
||||
{
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user