aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-12-14 16:12:40 +0200
committerEugene Sandulenko2013-12-14 16:12:59 +0200
commit620174ee95234ccd27186306961cf634671ce68f (patch)
treed3d040958d3e5c4db39bee63545bcf2ba50c4ff1 /engines/fullpipe/scenes.h
parent8ab71a2a2397da7ca1f0bad296a8befb11a9810f (diff)
downloadscummvm-rg350-620174ee95234ccd27186306961cf634671ce68f.tar.gz
scummvm-rg350-620174ee95234ccd27186306961cf634671ce68f.tar.bz2
scummvm-rg350-620174ee95234ccd27186306961cf634671ce68f.zip
FULLPIPE: Final renames in scene04
Diffstat (limited to 'engines/fullpipe/scenes.h')
-rw-r--r--engines/fullpipe/scenes.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/fullpipe/scenes.h b/engines/fullpipe/scenes.h
index 4f0df7a4d1..2905c27fa3 100644
--- a/engines/fullpipe/scenes.h
+++ b/engines/fullpipe/scenes.h
@@ -124,12 +124,12 @@ public:
bool scene04_bottleIsDropped;
bool scene04_bigBallIn;
int scene04_bigBallCounter;
- int scene04_var15;
- int scene04_var18;
- int scene04_var19;
- int scene04_var20;
- StaticANIObject *scene04_var24;
- int scene04_var25;
+ bool scene04_bigBallFromLeft;
+ bool scene04_clockCanGo;
+ bool scene04_objectIsTaken;
+ int scene04_springOffset;
+ StaticANIObject *scene04_lastKozyawka;
+ int scene04_springDelay;
PictureObject *selector;
};