Remove redundant parens

This commit is contained in:
GriffinR 2020-08-10 17:09:17 -04:00
parent f8f6575360
commit 4bf43311f0

View File

@ -1515,7 +1515,7 @@ static void Task_HandleBetGridInput(u8 taskId)
if (JOY_NEW(A_BUTTON))
{
if ((sRoulette->hitFlags & sGridSelections[gTasks[taskId].tSelectionId].flag))
if (sRoulette->hitFlags & sGridSelections[gTasks[taskId].tSelectionId].flag)
{
// Ball has already landed on this space
PlaySE(SE_BOO);