summaryrefslogtreecommitdiff
path: root/objects.js
diff options
context:
space:
mode:
Diffstat (limited to 'objects.js')
-rw-r--r--objects.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/objects.js b/objects.js
index 2ccc6fb..65d483d 100644
--- a/objects.js
+++ b/objects.js
@@ -1765,6 +1765,7 @@ SpriteMorph.prototype.blockTemplates = function (category) {
blocks.push(block('playSound'));
blocks.push(block('doPlaySoundUntilDone'));
blocks.push(block('doStopAllSounds'));
+ blocks.push('-');
blocks.push(block('doSetVolume'));
blocks.push(watcherToggle('reportVolume'));
blocks.push(block('reportVolume'));