浏览代码

Fixed warning-as-error

Tomasz Zieliński 2 年之前
父节点
当前提交
045942fd68
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      lib/rmg/TreasurePlacer.cpp

+ 0 - 2
lib/rmg/TreasurePlacer.cpp

@@ -55,8 +55,6 @@ void TreasurePlacer::addAllPossibleObjects()
 {
 	ObjectInfo oi;
 	
-	int numZones = static_cast<int>(map.getZones().size());
-	
 	for(auto primaryID : VLC->objtypeh->knownObjects())
 	{
 		for(auto secondaryID : VLC->objtypeh->knownSubObjects(primaryID))