aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes.h
diff options
context:
space:
mode:
authorEugene Sandulenko2014-02-03 22:50:51 +0200
committerEugene Sandulenko2014-02-03 22:50:51 +0200
commit140f110377de81ce25812bd734cfca4f9c1e0de8 (patch)
tree40a6307ca159f7383c85b5e409824613c95767e2 /engines/fullpipe/scenes.h
parentdb02b5726299224cf30bb1a87018fd42862514b8 (diff)
downloadscummvm-rg350-140f110377de81ce25812bd734cfca4f9c1e0de8.tar.gz
scummvm-rg350-140f110377de81ce25812bd734cfca4f9c1e0de8.tar.bz2
scummvm-rg350-140f110377de81ce25812bd734cfca4f9c1e0de8.zip
FULLPIPE: Implement sceneHandler27_animateBats()
Diffstat (limited to 'engines/fullpipe/scenes.h')
-rw-r--r--engines/fullpipe/scenes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/scenes.h b/engines/fullpipe/scenes.h
index 393f0e522b..d07e926a88 100644
--- a/engines/fullpipe/scenes.h
+++ b/engines/fullpipe/scenes.h
@@ -507,7 +507,7 @@ public:
int scene27_launchPhase;
BallChain scene27_balls;
Common::Array<Bat *> scene27_bats;
- Common::List<Bat *> scene27_var07;
+ Common::Array<Bat *> scene27_var07;
bool scene28_fliesArePresent;
bool scene28_beardedDirection;