aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/sound_br.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/sound_br.cpp')
-rw-r--r--engines/parallaction/sound_br.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/parallaction/sound_br.cpp b/engines/parallaction/sound_br.cpp
index 0147d3cd90..41f9d9eaa9 100644
--- a/engines/parallaction/sound_br.cpp
+++ b/engines/parallaction/sound_br.cpp
@@ -302,6 +302,8 @@ void MidiPlayer_MSC::send(uint32 b) {
case 0x07B0: // volume change
_channelsVolume[ch] = param2;
break;
+ default:
+ break;
}
sendToChannel(ch, b);
@@ -540,6 +542,9 @@ void SoundMan_br::execute(int command, const char *parm) {
case SC_PAUSE:
pause(b);
break;
+
+ default:
+ break;
}
}