diff options
author | Eugene Sandulenko | 2016-09-11 13:43:06 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-09-11 13:43:06 +0200 |
commit | fedceaf51c1deda68511204fd9dd1a480e5fd41a (patch) | |
tree | 72e74727808adc5dae70581185ab2df23bb33103 /engines/fullpipe/scenes | |
parent | 2f311a800fe66ad183c49e917acd212cc9316e3b (diff) | |
download | scummvm-rg350-fedceaf51c1deda68511204fd9dd1a480e5fd41a.tar.gz scummvm-rg350-fedceaf51c1deda68511204fd9dd1a480e5fd41a.tar.bz2 scummvm-rg350-fedceaf51c1deda68511204fd9dd1a480e5fd41a.zip |
FULLPIPE: Fix bat rewinding in scene27
Diffstat (limited to 'engines/fullpipe/scenes')
-rw-r--r-- | engines/fullpipe/scenes/scene27.cpp | 1 |
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; |