aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-08-11 13:39:05 +0300
committerEugene Sandulenko2013-09-06 14:51:12 +0300
commitcee12678dca97e52f57c926f646530cb3e23b176 (patch)
treedf1436c2801f0310aff2eac1a7a01931150e8ff1 /engines/fullpipe/gfx.h
parent60ca9f74ac8dfbfcee4bdae3ffbce039fce42854 (diff)
downloadscummvm-rg350-cee12678dca97e52f57c926f646530cb3e23b176.tar.gz
scummvm-rg350-cee12678dca97e52f57c926f646530cb3e23b176.tar.bz2
scummvm-rg350-cee12678dca97e52f57c926f646530cb3e23b176.zip
FULLPIPE: Implement sceneHandler01()
Diffstat (limited to 'engines/fullpipe/gfx.h')
-rw-r--r--engines/fullpipe/gfx.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/fullpipe/gfx.h b/engines/fullpipe/gfx.h
index 2ee34e1a1a..98dfa20a06 100644
--- a/engines/fullpipe/gfx.h
+++ b/engines/fullpipe/gfx.h
@@ -151,12 +151,9 @@ class PictureObject : public GameObject {
};
class Background : public CObject {
- friend class FullpipeEngine;
-
public:
CPtrList _picObjList;
- protected:
char *_bgname;
int _x;
int _y;