aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/scene.h')
-rw-r--r--engines/fullpipe/scene.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/fullpipe/scene.h b/engines/fullpipe/scene.h
index 31af782a44..a797c69e02 100644
--- a/engines/fullpipe/scene.h
+++ b/engines/fullpipe/scene.h
@@ -32,7 +32,7 @@ class Scene : public Background {
CPtrList _messageQueueList;
CPtrList _faObjectList;
Shadows *_shadows;
- int _soundList;
+ SoundList *_soundList;
int16 _sceneId;
char *_scstringObj;
int _field_BC;
@@ -41,6 +41,7 @@ class Scene : public Background {
public:
Scene();
virtual bool load(MfcArchive &file);
+ void initStaticANIObjects();
};
class SceneTag : public CObject {