mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
GLK: FROTZ: Fix Missing Default Switch Case
This is flagged by GCC if -Wswitch-default is enabled.
This commit is contained in:
parent
d00ee14158
commit
e7bbc33797
@ -644,6 +644,8 @@ void Processor::z_sound_effect() {
|
||||
case EFFECT_FINISH_WITH:
|
||||
os_finish_with_sample (number);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
_soundLocked = false;
|
||||
|
Loading…
Reference in New Issue
Block a user