From 5acafb15c295b104e280cf3edf5094cebdaa5be7 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 13 Oct 2003 12:56:53 +0000 Subject: cleanup; got rid of Gdi::_palette_mod in favor of Gdi::_roomPalette svn-id: r10778 --- scumm/gfx.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'scumm/gfx.h') 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; -- cgit v1.2.3