aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/gfx.h')
-rw-r--r--engines/fullpipe/gfx.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/fullpipe/gfx.h b/engines/fullpipe/gfx.h
index b8f6194848..6e1a3a1494 100644
--- a/engines/fullpipe/gfx.h
+++ b/engines/fullpipe/gfx.h
@@ -88,8 +88,10 @@ class PictureObject : public GameObject {
};
class Background : public CObject {
- protected:
+ public:
CPtrList _picObjList;
+
+ protected:
char *_stringObj;
int _x;
int _y;