aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/scenes.h')
-rw-r--r--engines/fullpipe/scenes.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/engines/fullpipe/scenes.h b/engines/fullpipe/scenes.h
index 0641491848..4ad961b258 100644
--- a/engines/fullpipe/scenes.h
+++ b/engines/fullpipe/scenes.h
@@ -311,16 +311,14 @@ public:
Common::List<StaticANIObject *> scene16_figures;
StaticANIObject *scene16_walkingBoy;
StaticANIObject *scene16_walkingGirl;
- int scene16_var08;
+ int scene16_walkingCount;
StaticANIObject *scene16_wire;
StaticANIObject *scene16_mug;
StaticANIObject *scene16_jettie;
StaticANIObject *scene16_boot;
- int scene16_var09;
+ bool scene16_girlIsLaughing;
int scene16_sound;
- int scene16_var10;
- int scene16_var11;
- int scene16_var12;
+ bool scene16_placeIsOccupied;
bool scene24_jetIsOn;
bool scene24_flowIsLow;