diff options
Diffstat (limited to 'scumm/gfx.h')
| -rw-r--r-- | scumm/gfx.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h index 3e4b588962..5dc17a97f0 100644 --- a/scumm/gfx.h +++ b/scumm/gfx.h @@ -110,17 +110,19 @@ struct StripTable { class Gdi { friend class ScummEngine; // Mostly for the code in saveload.cpp ... -public: ScummEngine *_vm; +public: int _numZBuffer; int _imgBufOffs[8]; int32 _numStrips; Common::Rect _mask; byte _C64Colors[4]; + + Gdi(ScummEngine *vm); protected: - byte _palette_mod; + byte *_roomPalette; byte _decomp_shr, _decomp_mask; byte _transparentColor; uint32 _vertStripNextInc; |
