aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/files.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-01-26 18:13:44 -0500
committerPaul Gilbert2014-01-26 18:13:44 -0500
commitd2e8a6bed53c58ac3c9100dee399585c781fe9fb (patch)
tree7795dfdfaba38494d84ae15d55be56a00187e830 /engines/voyeur/files.h
parentee26919e9074b46155e5a8013f623c6b892779df (diff)
downloadscummvm-rg350-d2e8a6bed53c58ac3c9100dee399585c781fe9fb.tar.gz
scummvm-rg350-d2e8a6bed53c58ac3c9100dee399585c781fe9fb.tar.bz2
scummvm-rg350-d2e8a6bed53c58ac3c9100dee399585c781fe9fb.zip
VOYEUR: Implemented lots more sDrawPic logic
Diffstat (limited to 'engines/voyeur/files.h')
-rw-r--r--engines/voyeur/files.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/voyeur/files.h b/engines/voyeur/files.h
index edc5ee5811..cc30d0a493 100644
--- a/engines/voyeur/files.h
+++ b/engines/voyeur/files.h
@@ -279,8 +279,10 @@ public:
/* bvoy.blt resource types */
-enum PictureFlag { PICFLAG_PIC_OFFSET = 8, PICFLAG_CLEAR_SCREEN = 0x10, PICFLAG_20 = 0x20,
- PICFLAG_HFLIP = 0x40, PICFLAG_VFLIP = 0x80, PICFLAG_CLEAR_SCREEN00 = 0x1000 };
+enum PictureFlag { PICFLAG_2 = 2, PICFLAG_PIC_OFFSET = 8, PICFLAG_CLEAR_SCREEN = 0x10,
+ PICFLAG_20 = 0x20, PICFLAG_HFLIP = 0x40, PICFLAG_VFLIP = 0x80, PICFLAG_100 = 0x100,
+ PICFLAG_CLEAR_SCREEN00 = 0x1000
+};
class PictureResource: public DisplayResource {
private: