diff options
author | Paul Gilbert | 2016-07-20 19:34:24 -0400 |
---|---|---|
committer | Paul Gilbert | 2016-07-20 19:34:24 -0400 |
commit | d8fec8720030415348e6c1da20da9a87339259a1 (patch) | |
tree | f3102ca3b6c61320e1ed2229946664cd8d003593 /engines | |
parent | 9d2a35710a894b8003dd4d4a89d8ac761849e2ee (diff) | |
download | scummvm-rg350-d8fec8720030415348e6c1da20da9a87339259a1.tar.gz scummvm-rg350-d8fec8720030415348e6c1da20da9a87339259a1.tar.bz2 scummvm-rg350-d8fec8720030415348e6c1da20da9a87339259a1.zip |
MADS: Fix incorrect indentation
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; |