diff options
| author | Aetias <aetias@outlook.com> | 2023-12-20 10:44:33 +0100 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2023-12-20 10:44:33 +0100 |
| commit | e6257e902b7a31d80562dab5f22c612bbbb5bc6c (patch) | |
| tree | 6ef6b181fe0e478012726bb9c095819c46bc938b /src | |
| parent | e5d545a7da96b68cab00c17ba7d8a32bc6cb016c (diff) | |
Update `Inventory` struct
Diffstat (limited to 'src')
| -rw-r--r-- | src/Inventory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Inventory.cpp b/src/Inventory.cpp index 6708de0f..003f6cfb 100644 --- a/src/Inventory.cpp +++ b/src/Inventory.cpp @@ -15,7 +15,7 @@ void Inventory::Destroy() { #pragma interworking on void Inventory::ClearPrevEquippedItem() { - this->mPrevEquippedItem = EquipItem_None; + this->mPrevEquippedItem = ItemFlag_None;
} #pragma interworking off |
