aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/sound_ns.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/sound_ns.cpp')
-rw-r--r--engines/parallaction/sound_ns.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/parallaction/sound_ns.cpp b/engines/parallaction/sound_ns.cpp
index 6073f82b82..d902cef736 100644
--- a/engines/parallaction/sound_ns.cpp
+++ b/engines/parallaction/sound_ns.cpp
@@ -378,6 +378,9 @@ void SoundMan_ns::execute(int command, const char *parm = 0) {
case SC_PAUSE:
pause(b);
break;
+
+ default:
+ break;
}
}