Update list_dialog.c

This commit is contained in:
TheOfficialFloW 2016-09-21 18:42:23 +02:00 committed by GitHub
parent ba83860ffd
commit 51879aa607

View File

@ -148,7 +148,7 @@ void listDialogCtrl() {
if ((pressed_buttons & (SCE_CTRL_CANCEL | SCE_CTRL_START)) && current_list->can_escape)
list_dialog.animation_mode = LIST_DIALOG_CLOSING;
if (pressed_buttons & SCE_CTRL_CROSS) {
if (pressed_buttons & SCE_CTRL_ENTER) {
list_dialog.enter_pressed = 1;
list_dialog.animation_mode = LIST_DIALOG_CLOSING;
}
@ -172,4 +172,4 @@ void listDialogCtrl() {
}
}
}
}
}