[Scummvm-cvs-logs] scummvm master -> 4c445c64463a02c846924b7a7c97eb51c7159117

sev- sev at scummvm.org
Sun Dec 15 21:42:12 CET 2013


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:
4c445c6446 FULLPIPE: Fix indentation


Commit: 4c445c64463a02c846924b7a7c97eb51c7159117
    https://github.com/scummvm/scummvm/commit/4c445c64463a02c846924b7a7c97eb51c7159117
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2013-12-15T12:41:29-08:00

Commit Message:
FULLPIPE: Fix indentation

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



diff --git a/engines/fullpipe/scenes/scene05.cpp b/engines/fullpipe/scenes/scene05.cpp
index 0d0e0de..faf53fc 100644
--- a/engines/fullpipe/scenes/scene05.cpp
+++ b/engines/fullpipe/scenes/scene05.cpp
@@ -144,7 +144,7 @@ void sceneHandler05_genFlies() {
 			g_fullpipe->_floaters->_array2.back()->val2 = 585;
 			g_fullpipe->_floaters->_array2.back()->val3 = -70;
 			g_fullpipe->_floaters->_array2.back()->val11 = 8.0;
-        }
+		}
 	}
 
 	g_vars->scene05_floatersTicker = 0;
@@ -299,23 +299,23 @@ int sceneHandler05(ExCommand *ex) {
 
 	switch (ex->_messageNum) {
 	case MSG_SC5_BGRSOUNDOFF:
-        g_fullpipe->stopAllSoundInstances(SND_5_026);
+		g_fullpipe->stopAllSoundInstances(SND_5_026);
 		break;
 
 	case MSG_SC5_BGRSOUNDON:
-        g_fullpipe->playSound(SND_5_026, 1);
+		g_fullpipe->playSound(SND_5_026, 1);
 		break;
 
 	case MSG_SC5_MAKEMANFLIGHT:
-        sceneHandler05_makeManFlight();
+		sceneHandler05_makeManFlight();
 		break;
 
 	case MSG_SC5_MAKEOTMFEEDBACK:
-        if (!g_fullpipe->_aniMan->_movement || (g_fullpipe->_aniMan->_movement->_id != MV_MANHDL_HANDLEUP 
+		if (!g_fullpipe->_aniMan->_movement || (g_fullpipe->_aniMan->_movement->_id != MV_MANHDL_HANDLEUP 
 												&& g_fullpipe->_aniMan->_movement->_id != MV_MANHDL_HANDLEDOWN)) {
 			sceneHandler05_makeWackoFeedback();
 			g_vars->scene05_wackoTicker = 0;
-        }
+		}
 		break;
 
 	case MSG_SC5_SHOWHANDLE:






More information about the Scummvm-git-logs mailing list