aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-07-22 22:46:08 +0300
committerEugene Sandulenko2013-09-06 14:51:04 +0300
commit9d83eb1aeacf7bed6105875289a5960a06571035 (patch)
tree86758df13de3bdf052efb3b147821ac7450eba8f /engines/fullpipe/gfx.h
parent7aa2377bf7986b77e145adb1350f99013ab35380 (diff)
downloadscummvm-rg350-9d83eb1aeacf7bed6105875289a5960a06571035.tar.gz
scummvm-rg350-9d83eb1aeacf7bed6105875289a5960a06571035.tar.bz2
scummvm-rg350-9d83eb1aeacf7bed6105875289a5960a06571035.zip
FULLPIPE: More work on sceneSwitcher. MessageHandler
Diffstat (limited to 'engines/fullpipe/gfx.h')
-rw-r--r--engines/fullpipe/gfx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/fullpipe/gfx.h b/engines/fullpipe/gfx.h
index 7eea54241c..44919fdc69 100644
--- a/engines/fullpipe/gfx.h
+++ b/engines/fullpipe/gfx.h
@@ -110,6 +110,7 @@ class GameObject : public CObject {
virtual bool load(MfcArchive &file);
void setOXY(int x, int y);
void renumPictures(CPtrList *lst);
+ void setFlags(int16 flags) { _flags = flags; }
};
class PictureObject : public GameObject {