Decomp ItemManager::AddTreasurePriceShown

This commit is contained in:
Aetias
2024-04-30 19:19:04 +02:00
parent 75f492f8c6
commit 5819677622
2 changed files with 4 additions and 25 deletions
+4
View File
@@ -977,3 +977,7 @@ THUMB void ItemManager::AddShipPartPriceShown(ShipPart part, ShipType type) {
THUMB bool ItemManager::HasTreasurePriceShown(Treasure treasure) const {
return GET_FLAG(mTreasurePriceShownFlags, treasure);
}
THUMB void ItemManager::AddTreasurePriceShown(Treasure treasure) {
SET_FLAG(mTreasurePriceShownFlags, treasure);
}