aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/drascula.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/drascula/drascula.h')
-rw-r--r--engines/drascula/drascula.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/drascula/drascula.h b/engines/drascula/drascula.h
index 84faea2c0b..9a7997659b 100644
--- a/engines/drascula/drascula.h
+++ b/engines/drascula/drascula.h
@@ -394,8 +394,6 @@ public:
byte *extraSurface; // not sure about this one, was "dir_hare_dch"
byte *screenSurface;
byte *frontSurface;
- byte *memPtr;
- byte *mSession;
byte cPal[768];
@@ -575,12 +573,8 @@ public:
void mixVideo(byte *OldScreen, byte *NewScreen);
void decodeRLE(byte *BufferRLE, byte *MiVideoRLE);
void decodeOffset(byte *BufferOFF, byte *MiVideoOFF, int length);
- byte *TryInMem(Common::SeekableReadStream *stream);
int playFrameSSN(Common::SeekableReadStream *stream);
- bool _useMemForArj;
- byte CHUNK;
- byte CMP, dacSSN[768];
int FrameSSN;
int globalSpeed;
uint32 LastFrame;