Fix build errors

This commit is contained in:
SammygoodTunes
2025-02-04 22:06:24 +01:00
parent e922eb92ed
commit fdaf2b1790
5 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ ARM bool ItemManager::func_ov00_020ad790(unk32 param1) {
}
ItemFlag equipId = mForcedItem;
bool unk2 = !gMapManager->func_ov00_020849f8(equipId);
bool unk2 = !gMapManager->func_ov00_020849f8();
if (mEquippedItem != ItemFlag_None && (unk2 || (u32) mEquippedItem - 9 <= 1) &&
(gPlayerLink == 0 || gPlayerLink->func_ov000_020bbd80(param1)) && this->HasItem(mEquippedItem))
{