Update src/field_control_avatar.c
Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
This commit is contained in:
parent
61c95421eb
commit
cc921c62d7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue