Skip to content
Snippets Groups Projects
Commit 741694c4 authored by deuce's avatar deuce
Browse files

Use new xptone_complete() call to ensure that forground notes are completed

before continuing.
parent 4e075b04
Branches
Tags
No related merge requests found
......@@ -869,6 +869,7 @@ static void play_music(struct cterminal *cterm)
sem_wait(&cterm->note_completed_sem);
fore_count--;
}
xptone_complete();
}
static void scrolldown(struct cterminal *cterm)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment