aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/glk/frotz/processor.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/glk/frotz/processor.cpp b/engines/glk/frotz/processor.cpp
index b253510d79..9e91bac566 100644
--- a/engines/glk/frotz/processor.cpp
+++ b/engines/glk/frotz/processor.cpp
@@ -644,6 +644,8 @@ void Processor::z_sound_effect() {
case EFFECT_FINISH_WITH:
os_finish_with_sample (number);
break;
+ default:
+ break;
}
_soundLocked = false;