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

sev- sev at scummvm.org
Tue Mar 18 08:30:19 CET 2014


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:
c7d1ca9f65 FULLPIPE: Code formatting


Commit: c7d1ca9f6588ce99901c9223a988e260d47c7c2e
    https://github.com/scummvm/scummvm/commit/c7d1ca9f6588ce99901c9223a988e260d47c7c2e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2014-03-18T09:29:29+02:00

Commit Message:
FULLPIPE: Code formatting

Changed paths:
    engines/fullpipe/scenes/scene18and19.cpp



diff --git a/engines/fullpipe/scenes/scene18and19.cpp b/engines/fullpipe/scenes/scene18and19.cpp
index ef3a404..4f66778 100644
--- a/engines/fullpipe/scenes/scene18and19.cpp
+++ b/engines/fullpipe/scenes/scene18and19.cpp
@@ -729,6 +729,7 @@ int sceneHandler18(ExCommand *cmd) {
 		{
 			if (g_vars->scene18_enteredTrubaRight) {
 				cmd->_messageKind = 0;
+
 				break;
 			}
 
@@ -743,6 +744,7 @@ int sceneHandler18(ExCommand *cmd) {
 					if (!(g_fp->_aniMan->_flags & 0x100) && g_fp->_msgObjectId2 != g_vars->scene18_domino->_id) {
 						handleObjectInteraction(g_fp->_aniMan, g_vars->scene18_domino, cmd->_keyCode);
 						cmd->_messageKind = 0;
+
 						break;
 					}
 				}
@@ -786,6 +788,7 @@ int sceneHandler18(ExCommand *cmd) {
 			if (!g_vars->scene18_whirlgig->_movement) {
 				g_vars->scene18_whirlgig->startAnim(MV_WHR18_SPIN, 0, -1);
 				g_fp->_behaviorManager->updateBehaviors();
+
 				break;
 			}
 		} else {
@@ -793,6 +796,7 @@ int sceneHandler18(ExCommand *cmd) {
 		}
 
 		g_fp->_behaviorManager->updateBehaviors();
+
 		break;
 	}
 
@@ -910,6 +914,7 @@ int sceneHandler19(ExCommand *cmd) {
 				g_vars->scene18_whirlgig->startAnim(MV_WHR19_SPIN, 0, -1);
 
 				g_fp->_behaviorManager->updateBehaviors();
+
 				break;
 			}
 		} else {
@@ -917,6 +922,7 @@ int sceneHandler19(ExCommand *cmd) {
 		}
 
 		g_fp->_behaviorManager->updateBehaviors();
+
 		break;
 	}
 






More information about the Scummvm-git-logs mailing list