aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes.h
diff options
context:
space:
mode:
authorKamil Zbróg2013-12-09 19:03:42 +0000
committerKamil Zbróg2013-12-09 19:03:42 +0000
commit7add223d859ae270834cafa5eaac2fb5d5a6bb50 (patch)
treeee6551d2d7de3c0e07ffb86d7453691f815b1757 /engines/fullpipe/scenes.h
parent8e772f936c43a68e4ae7c68b178bd9fa3a3e4f1f (diff)
parent8a936200037e6d97212a4d0ad6a710c87cc15b58 (diff)
downloadscummvm-rg350-7add223d859ae270834cafa5eaac2fb5d5a6bb50.tar.gz
scummvm-rg350-7add223d859ae270834cafa5eaac2fb5d5a6bb50.tar.bz2
scummvm-rg350-7add223d859ae270834cafa5eaac2fb5d5a6bb50.zip
Merge remote-tracking branch 'sync/master' into prince-malik
Diffstat (limited to 'engines/fullpipe/scenes.h')
-rw-r--r--engines/fullpipe/scenes.h18
1 files changed, 12 insertions, 6 deletions
diff --git a/engines/fullpipe/scenes.h b/engines/fullpipe/scenes.h
index 670b94a839..e7960fe010 100644
--- a/engines/fullpipe/scenes.h
+++ b/engines/fullpipe/scenes.h
@@ -26,6 +26,7 @@
namespace Fullpipe {
class StaticANIObject;
+ class MctlLadder;
int defaultUpdateCursor();
@@ -93,19 +94,27 @@ public:
Common::List<GameObject *> scene04_bottleObjList;
Common::List<StaticANIObject *> scene04_kozyawkiAni;
- int scene04_ladder;
+ MctlLadder *scene04_ladder;
+ int scene04_ladderOffset;
+
bool scene04_coinPut;
bool scene04_soundPlaying;
+ bool scene04_needJumping;
+
int scene04_dynamicPhaseIndex;
int scene04_sceneClickX;
int scene04_sceneClickY;
int scene04_dudePosX;
int scene04_dudePosY;
+ int scene04_bottleY;
+
+ StaticANIObject *scene04_walkingKozyawka;
+
+ int scene04_speakerVariant;
+ int scene04_speakerPhase;
- int scene04_var01;
int scene04_var02;
int scene04_var04;
- StaticANIObject *scene04_walkingKozyawka;
int scene04_var06;
int scene04_var07;
int scene04_var08;
@@ -116,13 +125,10 @@ public:
int scene04_var13;
int scene04_var14;
int scene04_var15;
- int scene04_speakerVariant;
- int scene04_speakerPhase;
int scene04_var18;
int scene04_var19;
int scene04_var20;
StaticANIObject *scene04_var24;
- int scene04_bottleY;
PictureObject *selector;
};