aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes.h
diff options
context:
space:
mode:
authorEugene Sandulenko2014-02-03 22:09:21 +0200
committerEugene Sandulenko2014-02-03 22:09:21 +0200
commitb2518bdadf6d927faa449135c617e0dd1048721d (patch)
tree1316089b1c712e7e271e00931f1a4f7a78b5c05c /engines/fullpipe/scenes.h
parent2ed9d0da3e05f316bcb0fd50204e209479996275 (diff)
downloadscummvm-rg350-b2518bdadf6d927faa449135c617e0dd1048721d.tar.gz
scummvm-rg350-b2518bdadf6d927faa449135c617e0dd1048721d.tar.bz2
scummvm-rg350-b2518bdadf6d927faa449135c617e0dd1048721d.zip
FULLPIPE: Implement sceneHandler27_sub04() and sceneHandler27_sub07()
Diffstat (limited to 'engines/fullpipe/scenes.h')
-rw-r--r--engines/fullpipe/scenes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/fullpipe/scenes.h b/engines/fullpipe/scenes.h
index 9b476a7a9c..393f0e522b 100644
--- a/engines/fullpipe/scenes.h
+++ b/engines/fullpipe/scenes.h
@@ -503,9 +503,10 @@ public:
int scene27_var12;
int scene27_var13;
int scene27_var16;
+ int scene27_var17;
int scene27_launchPhase;
BallChain scene27_balls;
- Common::List<Bat *> scene27_bats;
+ Common::Array<Bat *> scene27_bats;
Common::List<Bat *> scene27_var07;
bool scene28_fliesArePresent;