mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 21:33:40 -07:00
Fix aiming items
This commit is contained in:
parent
d528160684
commit
a9b56e78e2
1 changed files with 5 additions and 5 deletions
|
@ -2321,11 +2321,11 @@ s32 func_8083501C(Player* this, GlobalContext* globalCtx) {
|
||||||
if ((!Player_HoldsHookshot(this) || func_80834FBC(this)) && !func_80834758(globalCtx, this) &&
|
if ((!Player_HoldsHookshot(this) || func_80834FBC(this)) && !func_80834758(globalCtx, this) &&
|
||||||
!func_80834F2C(this, globalCtx)) {
|
!func_80834F2C(this, globalCtx)) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
} else {
|
||||||
else
|
if (this->rideActor != NULL) {
|
||||||
{
|
|
||||||
this->unk_6AD = 2; // OTRTODO: THIS IS A BAD IDEA BUT IT FIXES THE HORSE FIRST PERSON?
|
this->unk_6AD = 2; // OTRTODO: THIS IS A BAD IDEA BUT IT FIXES THE HORSE FIRST PERSON?
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue