aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/fullpipe.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-07-20 23:55:04 +0300
committerEugene Sandulenko2013-09-06 14:51:04 +0300
commitc4499bb4b290484cd1af35f2c354e0b2897e4a62 (patch)
tree92f2c4b8c6c307bca7fc6ce6c255174ff0aa162f /engines/fullpipe/fullpipe.h
parent62cbdd81f0843ad10fb768e8cf97222144cb8a1e (diff)
downloadscummvm-rg350-c4499bb4b290484cd1af35f2c354e0b2897e4a62.tar.gz
scummvm-rg350-c4499bb4b290484cd1af35f2c354e0b2897e4a62.tar.bz2
scummvm-rg350-c4499bb4b290484cd1af35f2c354e0b2897e4a62.zip
FULLPIPE: Further work on sceneSwitcher
Diffstat (limited to 'engines/fullpipe/fullpipe.h')
-rw-r--r--engines/fullpipe/fullpipe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/fullpipe/fullpipe.h b/engines/fullpipe/fullpipe.h
index 6a10f231ee..5050e1c2e6 100644
--- a/engines/fullpipe/fullpipe.h
+++ b/engines/fullpipe/fullpipe.h
@@ -95,8 +95,10 @@ public:
Common::Rect _sceneRect;
int _sceneWidth;
int _sceneHeight;
+ Scene *_currentScene;
Scene *_scene2;
StaticANIObject *_aniMan;
+ StaticANIObject *_aniMan2;
SoundList *_currSoundList1[11];
int _currSoundListCount;