mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-26 03:12:18 -05:00
Fix testing masks of DPad
This commit is contained in:
parent
818d5f90a8
commit
668f9bee10
@ -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) &&
|
||||
!func_80833C98(C_BTN_ITEM(2), maskActionParam) && hasOnDpad) {
|
||||
!func_80833C98(C_BTN_ITEM(2), maskActionParam) && !hasOnDpad) {
|
||||
this->currentMask = PLAYER_MASK_NONE;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user