diff --git a/src/field_control_avatar.c b/src/field_control_avatar.c index 121a10670b..9dda48d668 100644 --- a/src/field_control_avatar.c +++ b/src/field_control_avatar.c @@ -134,7 +134,7 @@ void FieldGetPlayerInput(struct FieldInput *input, u16 newKeys, u16 heldKeys) #if TX_DEBUG_SYSTEM == TRUE && TX_DEBUG_SYSTEM_IN_MENU == FALSE if (heldKeys & R_BUTTON) { - if(input->pressedSelectButton) + if (input->pressedSelectButton) { input->input_field_1_0 = TRUE; input->pressedSelectButton = FALSE;