[Script] Fix next dialog option.

Error slipped in from previous patch.

Issue: #1059
This commit is contained in:
Dave Davenport 2020-02-13 21:29:02 +01:00
parent 03775378e0
commit c458047ef6
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ static ModeMode script_mode_result ( Mode *sw, int mretv, char **input, unsigned
unsigned int new_length = 0;
if ( ( mretv & MENU_NEXT ) ) {
retv = RELOAD_DIALOG;;
retv = NEXT_DIALOG;
}
else if ( ( mretv & MENU_PREVIOUS ) ) {
retv = PREVIOUS_DIALOG;