summaryrefslogtreecommitdiff
path: root/src/00_Core
diff options
context:
space:
mode:
authormike8699 <mikebuntu68@gmail.com>2025-01-02 14:50:12 -0500
committermike8699 <mikebuntu68@gmail.com>2025-01-05 19:06:26 -0500
commitd2d3b6b75fa8697069d0d546ef813f85d795447f (patch)
tree60999b63f1576678b91fc5f05933434b18ef2015 /src/00_Core
parent4ab7b47bcd874e322a57ca84da31273939bcdd96 (diff)
Use -1 instead of 0xfffffff
Diffstat (limited to 'src/00_Core')
-rw-r--r--src/00_Core/Player/LinkStateItem.cpp2
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;