Decomp ItemManager::HasShipPartPriceShown

This commit is contained in:
Aetias
2024-04-30 19:16:05 +02:00
parent 5fed1c8b09
commit 64e4cae748
6 changed files with 8 additions and 32 deletions
+4
View File
@@ -965,3 +965,7 @@ THUMB void ItemManager::PlayItemFanfareSfx(ItemId item) {
}
PlaySoundEffect(&data_ov00_020eec68, sfx);
}
THUMB bool ItemManager::HasShipPartPriceShown(ShipPart part, ShipType type) const {
return GET_FLAG(mShipPartPricesShown.flags, part * ShipType_COUNT + type);
}