Browse Source

Fixed warning-as-error

Tomasz Zieliński 2 năm trước cách đây
mục cha
commit
045942fd68
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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))