atari-vector: fixed music.c

ui: fixed auto-play
This commit is contained in:
Steven Hugg 2023-04-24 12:20:13 -05:00
parent b707c5bf09
commit f30850fdf1
2 changed files with 109 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@ -2240,6 +2240,7 @@ function showInstructions() {
if (platform.isRunning()) { if (platform.isRunning()) {
div.fadeIn(200); div.fadeIn(200);
// toggle sound for browser autoplay // toggle sound for browser autoplay
platform.pause();
platform.resume(); platform.resume();
} }
}); });