[Scummvm-cvs-logs] scummvm master -> d8fec8720030415348e6c1da20da9a87339259a1

dreammaster dreammaster at scummvm.org
Thu Jul 21 01:34:32 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
d8fec87200 MADS: Fix incorrect indentation


Commit: d8fec8720030415348e6c1da20da9a87339259a1
    https://github.com/scummvm/scummvm/commit/d8fec8720030415348e6c1da20da9a87339259a1
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-07-20T19:34:24-04:00

Commit Message:
MADS: Fix incorrect indentation

Changed paths:
    engines/mads/nebular/nebular_scenes2.cpp



diff --git a/engines/mads/nebular/nebular_scenes2.cpp b/engines/mads/nebular/nebular_scenes2.cpp
index 5210f59..c19b7b8 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;






More information about the Scummvm-git-logs mailing list