1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-21 00:19:29 +02:00

Gcc compile & warning fixes

This commit is contained in:
Ivan Savenko
2014-06-22 17:26:08 +03:00
parent 3ac306f501
commit c605e2d10c
3 changed files with 18 additions and 8 deletions

View File

@ -237,7 +237,7 @@ void CMapGenerator::createConnections()
int3 guardPos(-1,-1,-1);
auto otherZoneTiles = zoneB->getTileInfo();
auto otherZoneCenter = zoneB->getPos();
//auto otherZoneCenter = zoneB->getPos();
for (auto tile : tiles)
{