1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-02-03 13:01:33 +02:00

Removed unrelated comment

This commit is contained in:
Tomasz Zieliński 2023-04-07 21:40:47 +02:00
parent 37f1bf9d78
commit cf1f9c456b

View File

@ -560,7 +560,6 @@ std::vector<ObjectInfo*> TreasurePlacer::prepareTreasurePile(const CTreasureInfo
//remove from possible objects
assert(oi->maxPerZone);
oi->maxPerZone--;
//FIXME: restore the counter if teh object is not placed successfuly?
currentValue += oi->value;
}