diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/mads/nebular/nebular_scenes2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/nebular/nebular_scenes2.cpp b/engines/mads/nebular/nebular_scenes2.cpp index 5210f59f47..c19b7b8381 100644 --- a/engines/mads/nebular/nebular_scenes2.cpp +++ b/engines/mads/nebular/nebular_scenes2.cpp @@ -103,7 +103,7 @@ void Scene2xx::sceneEntrySound() { _vm->_sound->command(1); else _vm->_sound->command(9); - break; + break; case 216: _vm->_sound->command(16); break; |