From cf1f9c456b2225d1cb8a86e0c5726d3803257d0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Zieli=C5=84ski?= Date: Fri, 7 Apr 2023 21:40:47 +0200 Subject: [PATCH] Removed unrelated comment --- lib/rmg/TreasurePlacer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/rmg/TreasurePlacer.cpp b/lib/rmg/TreasurePlacer.cpp index 6d16825ba..14e10c805 100644 --- a/lib/rmg/TreasurePlacer.cpp +++ b/lib/rmg/TreasurePlacer.cpp @@ -560,7 +560,6 @@ std::vector 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; }