Decomp Inventory::ClearPrevEquippedItem

This commit is contained in:
Aetias
2023-11-13 23:23:03 +01:00
parent 2dcc30f992
commit 4b73ee6f89
5 changed files with 12 additions and 12 deletions
+7
View File
@@ -12,4 +12,11 @@ void Inventory::Destroy() {
delete gInventory;
gInventory = 0;
}
#pragma interworking on
void Inventory::ClearPrevEquippedItem() {
this->mPrevEquippedItem = EquipItem_None;
}
#pragma interworking off
#pragma thumb off