From d8fec8720030415348e6c1da20da9a87339259a1 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 20 Jul 2016 19:34:24 -0400 Subject: [PATCH] MADS: Fix incorrect indentation --- engines/mads/nebular/nebular_scenes2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/mads/nebular/nebular_scenes2.cpp b/engines/mads/nebular/nebular_scenes2.cpp index 5210f59f472..c19b7b83813 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;