aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-11-29 09:29:34 +0100
committerEugene Sandulenko2013-11-29 09:29:34 +0100
commitbe7325c309766721403bd4a21b8df4bbc514f4dd (patch)
tree15447d73cc29f6b7791a3bc7359c9789bf7d845b /engines/fullpipe/scenes.h
parentba52b4aca701bdf7bead7a50baccee9868a3406c (diff)
downloadscummvm-rg350-be7325c309766721403bd4a21b8df4bbc514f4dd.tar.gz
scummvm-rg350-be7325c309766721403bd4a21b8df4bbc514f4dd.tar.bz2
scummvm-rg350-be7325c309766721403bd4a21b8df4bbc514f4dd.zip
FULLPIPE: Implement sceneHandler04_dropBottle()
Diffstat (limited to 'engines/fullpipe/scenes.h')
-rw-r--r--engines/fullpipe/scenes.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/fullpipe/scenes.h b/engines/fullpipe/scenes.h
index 217cfd9a5c..ed0da0a9db 100644
--- a/engines/fullpipe/scenes.h
+++ b/engines/fullpipe/scenes.h
@@ -90,8 +90,8 @@ public:
Common::Point scene04_jumpRotateKozyawki[20];
Common::List<StaticANIObject *> scene04_kozyawkiObjList;
- Common::Array<GameObject *> scene04_bottleObjList;
- Common::Array<StaticANIObject *> scene04_kozyawkiAni;
+ Common::List<GameObject *> scene04_bottleObjList;
+ Common::List<StaticANIObject *> scene04_kozyawkiAni;
int scene04_ladder;
bool scene04_coinPut;
@@ -122,6 +122,7 @@ public:
int scene04_var19;
int scene04_var20;
StaticANIObject *scene04_var24;
+ int scene04_var26;
PictureObject *selector;
};