From be7325c309766721403bd4a21b8df4bbc514f4dd Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 29 Nov 2013 09:29:34 +0100 Subject: FULLPIPE: Implement sceneHandler04_dropBottle() --- engines/fullpipe/scenes.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'engines/fullpipe/scenes.h') 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 scene04_kozyawkiObjList; - Common::Array scene04_bottleObjList; - Common::Array scene04_kozyawkiAni; + Common::List scene04_bottleObjList; + Common::List 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; }; -- cgit v1.2.3