Skip to content

Commit

Permalink
Turn off sounds before returning to the IDE.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsc committed Feb 25, 2018
1 parent ea70483 commit 7fbd848
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/editor.bas
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,10 @@ PROC CompileFile
exec SaveCompiledFile
else
get key
sound
exec InitScreen
endif
line = line - scrLine
exec InitScreen
exec RedrawScreen
ENDPROC

Expand Down

0 comments on commit 7fbd848

Please sign in to comment.