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