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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/fullpipe/scene.h b/engines/fullpipe/scene.h
index 1c7a9fda04..31af782a44 100644
--- a/engines/fullpipe/scene.h
+++ b/engines/fullpipe/scene.h
@@ -25,7 +25,7 @@
namespace Fullpipe {
-class Scene : public CObject {
+class Scene : public Background {
Background _bg;
CPtrList _staticANIObjectList1;
CPtrList _staticANIObjectList2;
@@ -34,9 +34,9 @@ class Scene : public CObject {
Shadows *_shadows;
int _soundList;
int16 _sceneId;
- char *_stringObj;
+ char *_scstringObj;
int _field_BC;
- int _libHandle;
+ NGIArchive *_libHandle;
public:
Scene();