[Scummvm-git-logs] scummvm master -> fedceaf51c1deda68511204fd9dd1a480e5fd41a

sev- sev at scummvm.org
Sun Sep 11 13:43:23 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:
fedceaf51c FULLPIPE: Fix bat rewinding in scene27


Commit: fedceaf51c1deda68511204fd9dd1a480e5fd41a
    https://github.com/scummvm/scummvm/commit/fedceaf51c1deda68511204fd9dd1a480e5fd41a
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-09-11T13:43:06+02:00

Commit Message:
FULLPIPE: Fix bat rewinding in scene27

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



diff --git a/engines/fullpipe/scenes/scene27.cpp b/engines/fullpipe/scenes/scene27.cpp
index 3589cc1..17bf391 100644
--- a/engines/fullpipe/scenes/scene27.cpp
+++ b/engines/fullpipe/scenes/scene27.cpp
@@ -454,7 +454,6 @@ void sceneHandler27_batLogic() {
 		g_vars->scene27_bat = g_vars->scene27_balls[0];
 
 		g_vars->scene27_balls.remove_at(0);
-		g_vars->scene27_balls.push_back(g_vars->scene27_bat);
 
 		int mv;
 





More information about the Scummvm-git-logs mailing list