aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/sound.cpp')
-rw-r--r--engines/hugo/sound.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/hugo/sound.cpp b/engines/hugo/sound.cpp
index 1ce85b9da5..f59a121e00 100644
--- a/engines/hugo/sound.cpp
+++ b/engines/hugo/sound.cpp
@@ -30,7 +30,7 @@
*
*/
-/* sound.c - sound effects and music support */
+// sound.c - sound effects and music support
#include "common/system.h"
#include "common/config-manager.h"
@@ -402,7 +402,7 @@ void SoundHandler::pcspkr_player() {
return;
}
- /* Time to play next note */
+ // Time to play next note
do {
cmd_note = true;
switch (*DOSSongPtr) {
@@ -464,7 +464,7 @@ void SoundHandler::pcspkr_player() {
pcspkrTimer = pcspkrNoteDuration;
DOSSongPtr++;
break;
- case '.': /* A rest note */
+ case '.': // A rest note
_speakerStream->stop();
pcspkrTimer = pcspkrNoteDuration;
DOSSongPtr++;