mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 04:50:05 -07:00
Fix testing masks of DPad
This commit is contained in:
parent
818d5f90a8
commit
668f9bee10
1 changed files with 1 additions and 1 deletions
|
@ -1921,7 +1921,7 @@ void func_80833DF8(Player* this, GlobalContext* globalCtx) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!func_80833C98(C_BTN_ITEM(0), maskActionParam) && !func_80833C98(C_BTN_ITEM(1), maskActionParam) &&
|
if (!func_80833C98(C_BTN_ITEM(0), maskActionParam) && !func_80833C98(C_BTN_ITEM(1), maskActionParam) &&
|
||||||
!func_80833C98(C_BTN_ITEM(2), maskActionParam) && hasOnDpad) {
|
!func_80833C98(C_BTN_ITEM(2), maskActionParam) && !hasOnDpad) {
|
||||||
this->currentMask = PLAYER_MASK_NONE;
|
this->currentMask = PLAYER_MASK_NONE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue