use ItemFlag type in func_ov000_020a865c

This commit is contained in:
Yanis002
2025-08-02 19:24:56 +02:00
parent f316b2ecd7
commit 7bc5aaf130
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ extern u8 data_ov000_020afc40[3];
extern u8 data_ov000_020afc43[3];
// removeEquipmentItem
ARM void ItemManager::func_ov000_020a865c(u32 bitIdx) {
UNSET_FLAG(this->mUnk_08, bitIdx);
ARM void ItemManager::func_ov000_020a865c(ItemFlag itemFlag) {
UNSET_FLAG(this->mUnk_08, itemFlag);
}
// getItemAmmo