aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/music.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/music.cpp')
-rw-r--r--engines/gob/music.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/gob/music.cpp b/engines/gob/music.cpp
index 2cbce0f593..782e07bd04 100644
--- a/engines/gob/music.cpp
+++ b/engines/gob/music.cpp
@@ -391,7 +391,6 @@ void Music::pollMusic(void) {
_ended = true;
_samplesTillPoll = 0;
return;
- break;
default:
warning("Unknown special command in ADL, stopping playback: %X", instr & 0x0F);
_repCount = 0;