diff options
| author | mike8699 <mikebuntu68@gmail.com> | 2025-01-02 14:50:12 -0500 |
|---|---|---|
| committer | mike8699 <mikebuntu68@gmail.com> | 2025-01-05 19:06:26 -0500 |
| commit | d2d3b6b75fa8697069d0d546ef813f85d795447f (patch) | |
| tree | 60999b63f1576678b91fc5f05933434b18ef2015 /src/00_Core/Player/LinkStateItem.cpp | |
| parent | 4ab7b47bcd874e322a57ca84da31273939bcdd96 (diff) | |
Use -1 instead of 0xfffffff
Diffstat (limited to 'src/00_Core/Player/LinkStateItem.cpp')
| -rw-r--r-- | src/00_Core/Player/LinkStateItem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/00_Core/Player/LinkStateItem.cpp b/src/00_Core/Player/LinkStateItem.cpp index 7fe96734..93c1e336 100644 --- a/src/00_Core/Player/LinkStateItem.cpp +++ b/src/00_Core/Player/LinkStateItem.cpp @@ -86,7 +86,7 @@ ARM void LinkStateItem::OnStateLeave(s32 param1) { } } - this->mNextEquip = 0xffffffff; + this->mNextEquip = -1; puVar4 = (unk32 *) this + 20; puVar5 = (unk32 *) this + 22; |
