Skip to content
Snippets Groups Projects
Commit 04cc96cd authored by deuce's avatar deuce
Browse files

Add missing brace

parent 51edfe3f
No related branches found
No related tags found
No related merge requests found
......@@ -250,7 +250,7 @@ void play_music(void)
struct note_params *np;
int fore_count;
if(cterm.quiet)
if(cterm.quiet) {
cterm.music=0;
cterm.musicbuf[0]=0;
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment