aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-09-07 18:38:38 +0200
committerEugene Sandulenko2016-09-07 18:38:38 +0200
commit3e34c4408a2158b6dbe103ef2508b7fca9dc8d59 (patch)
treefa1de8a190f856f546386ea64a73628a59af6db0 /engines/fullpipe/scenes.h
parent8f8e94bde650c71fdbc5a642c048b02c246a9f28 (diff)
downloadscummvm-rg350-3e34c4408a2158b6dbe103ef2508b7fca9dc8d59.tar.gz
scummvm-rg350-3e34c4408a2158b6dbe103ef2508b7fca9dc8d59.tar.bz2
scummvm-rg350-3e34c4408a2158b6dbe103ef2508b7fca9dc8d59.zip
FULLPIPE: First round of getting rid of BallChain in scene27
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 10c089af6e..db0546b096 100644
--- a/engines/fullpipe/scenes.h
+++ b/engines/fullpipe/scenes.h
@@ -581,7 +581,7 @@ public:
int scene27_aimStartX;
int scene27_aimStartY;
int scene27_launchPhase;
- BallChain scene27_balls;
+ Common::Array<StaticANIObject *> scene27_balls;
Common::Array<Bat *> scene27_bats;
Common::Array<Bat *> scene27_var07;