Skip to content

Commit

Permalink
FULLPIPE: Fix bat minigame in scene27
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Sep 7, 2016
1 parent 3e34c44 commit 2e64327
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/fullpipe/scenes/scene27.cpp
Expand Up @@ -67,6 +67,7 @@ void scene27_initScene(Scene *sc) {
for (int i = 0; i < 4; i++) {
StaticANIObject *newbat = new StaticANIObject(g_vars->scene27_bat);

g_vars->scene27_balls.push_back(newbat);

sc->addStaticANIObject(newbat, 1);
}
Expand Down

0 comments on commit 2e64327

Please sign in to comment.