aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe
diff options
context:
space:
mode:
authorEugene Sandulenko2016-09-11 13:43:06 +0200
committerEugene Sandulenko2016-09-11 13:43:06 +0200
commitfedceaf51c1deda68511204fd9dd1a480e5fd41a (patch)
tree72e74727808adc5dae70581185ab2df23bb33103 /engines/fullpipe
parent2f311a800fe66ad183c49e917acd212cc9316e3b (diff)
downloadscummvm-rg350-fedceaf51c1deda68511204fd9dd1a480e5fd41a.tar.gz
scummvm-rg350-fedceaf51c1deda68511204fd9dd1a480e5fd41a.tar.bz2
scummvm-rg350-fedceaf51c1deda68511204fd9dd1a480e5fd41a.zip
FULLPIPE: Fix bat rewinding in scene27
Diffstat (limited to 'engines/fullpipe')
-rw-r--r--engines/fullpipe/scenes/scene27.cpp1
1 files changed, 0 insertions, 1 deletions
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;