mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-27 20:51:40 +00:00
disabled movement while riding Epona.
This commit is contained in:
parent
b2a285dbca
commit
3c18dcaa46
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,8 @@ s32 func_8082EF20(Player* this);
|
|||
bool recomp_first_person_movement_allowed(PlayState* play, Player* this, bool in_free_look) {
|
||||
return recomp_move_in_first_person_enabled()
|
||||
//return recomp_analog_cam_enabled()
|
||||
&& play->unk_1887C == 0
|
||||
&& play->unk_1887C == 0 // Prevents movement in shooting gallery.
|
||||
&& this->rideActor == NULL // Prevents movement on horseback.
|
||||
&& (
|
||||
in_free_look
|
||||
|| this->currentMask != PLAYER_MASK_ZORA
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue