mirror of
https://github.com/zeldaret/ph
synced 2026-05-23 23:05:17 -04:00
Use -1 instead of 0xfffffff
This commit is contained in:
@@ -86,7 +86,7 @@ ARM void LinkStateItem::OnStateLeave(s32 param1) {
|
||||
}
|
||||
}
|
||||
|
||||
this->mNextEquip = 0xffffffff;
|
||||
this->mNextEquip = -1;
|
||||
|
||||
puVar4 = (unk32 *) this + 20;
|
||||
puVar5 = (unk32 *) this + 22;
|
||||
|
||||
Reference in New Issue
Block a user