aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular
diff options
context:
space:
mode:
authorPaul Gilbert2016-07-20 19:34:24 -0400
committerPaul Gilbert2016-07-20 19:34:24 -0400
commitd8fec8720030415348e6c1da20da9a87339259a1 (patch)
treef3102ca3b6c61320e1ed2229946664cd8d003593 /engines/mads/nebular
parent9d2a35710a894b8003dd4d4a89d8ac761849e2ee (diff)
downloadscummvm-rg350-d8fec8720030415348e6c1da20da9a87339259a1.tar.gz
scummvm-rg350-d8fec8720030415348e6c1da20da9a87339259a1.tar.bz2
scummvm-rg350-d8fec8720030415348e6c1da20da9a87339259a1.zip
MADS: Fix incorrect indentation
Diffstat (limited to 'engines/mads/nebular')
-rw-r--r--engines/mads/nebular/nebular_scenes2.cpp2
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;