From af7472642089e52e16c7e39428b44c39e997841f Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 8 Jun 2008 10:56:44 +0000 Subject: Grouped all the different draw buffers/pointers together svn-id: r32612 --- engines/drascula/drascula.h | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'engines/drascula/drascula.h') diff --git a/engines/drascula/drascula.h b/engines/drascula/drascula.h index d3b0405ada..4501d73134 100644 --- a/engines/drascula/drascula.h +++ b/engines/drascula/drascula.h @@ -275,8 +275,8 @@ public: DacPalette256 brightPalette; DacPalette256 darkPalette; + // Graphics buffers/pointers byte *VGA; - byte *drawSurface1; byte *backSurface; byte *drawSurface3; @@ -287,9 +287,14 @@ public: byte *frontSurface; byte *textSurface; byte *pendulumSurface; + byte *pcxBuffer; + byte *AuxBuffOrg; + byte *AuxBuffDes; + byte *pointer; + byte *MiVideoSSN; + byte *mSession; byte cPal[768]; - byte *pcxBuffer; Common::ArjFile _arj; @@ -468,15 +473,9 @@ public: byte *TryInMem(); int playFrameSSN(); - byte *AuxBuffOrg; - byte *AuxBuffDes; - - byte *pointer; int UsingMem; byte CHUNK; byte CMP, dacSSN[768]; - byte *MiVideoSSN; - byte *mSession; int FrameSSN; int globalSpeed; uint32 LastFrame; -- cgit v1.2.3