From fedceaf51c1deda68511204fd9dd1a480e5fd41a Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 11 Sep 2016 13:43:06 +0200 Subject: FULLPIPE: Fix bat rewinding in scene27 --- engines/fullpipe/scenes/scene27.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/fullpipe') diff --git a/engines/fullpipe/scenes/scene27.cpp b/engines/fullpipe/scenes/scene27.cpp index 3589cc1bd1..17bf3916de 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; -- cgit v1.2.3