Remove redundant parens
This commit is contained in:
+1
-1
@@ -1515,7 +1515,7 @@ static void Task_HandleBetGridInput(u8 taskId)
|
|||||||
|
|
||||||
if (JOY_NEW(A_BUTTON))
|
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
|
// Ball has already landed on this space
|
||||||
PlaySE(SE_BOO);
|
PlaySE(SE_BOO);
|
||||||
|
|||||||
Reference in New Issue
Block a user