1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Fixed warning-as-error

This commit is contained in:
Tomasz Zieliński
2023-03-28 18:25:56 +02:00
parent b184e80b72
commit 045942fd68

View File

@@ -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))