[Scummvm-cvs-logs] scummvm master -> 6d6e9d34b49554d94568780737706e43fcdcda54

sev- sev at scummvm.org
Sat Mar 22 20:18:38 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:
6d6e9d34b4 FULLPIPE: Formatting


Commit: 6d6e9d34b49554d94568780737706e43fcdcda54
    https://github.com/scummvm/scummvm/commit/6d6e9d34b49554d94568780737706e43fcdcda54
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2014-03-22T21:17:55+02:00

Commit Message:
FULLPIPE: Formatting

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



diff --git a/engines/fullpipe/scenes/scene29.cpp b/engines/fullpipe/scenes/scene29.cpp
index 644b137..1101233 100644
--- a/engines/fullpipe/scenes/scene29.cpp
+++ b/engines/fullpipe/scenes/scene29.cpp
@@ -397,10 +397,8 @@ int sceneHandler29(ExCommand *cmd) {
 
 		if (g_vars->scene29_var09) {
 			sceneHandler29_manFromL();
-
-		} else if (g_vars->scene29_var10 && !g_aniMan->_movement) {
+		else if (g_vars->scene29_var10 && !g_aniMan->_movement)
 			sceneHandler29_sub05();
-		}
 
 		if (g_vars->scene29_var11)
 			sceneHandler29_shootersEscape();






More information about the Scummvm-git-logs mailing list