aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/adlib.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/adlib.cpp')
-rw-r--r--engines/parallaction/adlib.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/parallaction/adlib.cpp b/engines/parallaction/adlib.cpp
index a981a5553b..a6441686bf 100644
--- a/engines/parallaction/adlib.cpp
+++ b/engines/parallaction/adlib.cpp
@@ -427,6 +427,8 @@ void AdLibDriver::send(uint32 b) {
// all notes off
allNotesOff();
break;
+ default:
+ break;
}
break;
case 12:
@@ -436,6 +438,8 @@ void AdLibDriver::send(uint32 b) {
case 14:
setPitchBend(channel, (param1 | (param2 << 7)) - 0x2000);
break;
+ default:
+ break;
}
}