From d2e8a6bed53c58ac3c9100dee399585c781fe9fb Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 26 Jan 2014 18:13:44 -0500 Subject: VOYEUR: Implemented lots more sDrawPic logic --- engines/voyeur/files.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'engines/voyeur/files.h') 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: -- cgit v1.2.3