aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scene.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-06-24 16:22:26 -0400
committerEugene Sandulenko2013-09-06 14:48:15 +0300
commit5f7cf0131c95c165db8ce5b1933917e4da037845 (patch)
tree8f96d11c009e0d4ccd4a91b1ade5d98ab6f44238 /engines/fullpipe/scene.h
parent00971bf2092c5e9c33d5475bb91075d2bcc32557 (diff)
downloadscummvm-rg350-5f7cf0131c95c165db8ce5b1933917e4da037845.tar.gz
scummvm-rg350-5f7cf0131c95c165db8ce5b1933917e4da037845.tar.bz2
scummvm-rg350-5f7cf0131c95c165db8ce5b1933917e4da037845.zip
FULLPIPE: Started sound loading
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 {