Fix three-space indentation in a few places

This commit is contained in:
2022-02-11 18:27:00 +01:00
parent 00865e1c7b
commit 91f9a2085b
3 changed files with 11 additions and 11 deletions

View File

@@ -199,7 +199,7 @@ static int getCrateItem(sItemBase* result, int itemSetId, int rarity, int player
return -1;
}
// initialize all weights as the default weight for all item slots
// initialize all weights as the default weight for all item slots
std::vector<int> itemWeights(validItems.size(), itemSet.defaultItemWeight);
if (!itemSet.alterItemWeightMap.empty()) {