mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-12-21 07:38:50 -05:00
commit
511397c34b
@ -2321,9 +2321,7 @@ s32 func_8083501C(Player* this, GlobalContext* globalCtx) {
|
||||
if ((!Player_HoldsHookshot(this) || func_80834FBC(this)) && !func_80834758(globalCtx, this) &&
|
||||
!func_80834F2C(this, globalCtx)) {
|
||||
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?
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user