Browse Source

Removed unrelated comment

Tomasz Zieliński 2 years ago
parent
commit
cf1f9c456b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/rmg/TreasurePlacer.cpp

+ 0 - 1
lib/rmg/TreasurePlacer.cpp

@@ -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;
 	}