Explorar el Código

Fixed warning-as-error

Tomasz Zieliński hace 2 años
padre
commit
045942fd68
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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))