Skip to content

Commit

Permalink
Clear w32g_play_active flag when open_output() failed
Browse files Browse the repository at this point in the history
  • Loading branch information
starg2 committed Jul 11, 2020
1 parent 6cdb600 commit 9e37bd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interface/w32g_c.c
Original file line number Diff line number Diff line change
Expand Up @@ -1155,6 +1155,7 @@ static int ctl_pass_playing_list(int number_of_files, char *list_of_files[])
play_mode->id_name,
play_mode->id_character,
play_mode->name ? play_mode->name : "");
w32g_play_active = 0;
break;
}
aq_setup();
Expand Down

0 comments on commit 9e37bd0

Please sign in to comment.