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.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/drascula/drascula.h b/engines/drascula/drascula.h
index 5d0636d27d..012b3d2695 100644
--- a/engines/drascula/drascula.h
+++ b/engines/drascula/drascula.h
@@ -286,8 +286,6 @@ public:
byte *screenSurface;
byte *frontSurface;
byte *textSurface;
- byte *AuxBuffOrg;
- byte *AuxBuffDes;
byte *pointer;
byte *MiVideoSSN;
byte *mSession;
@@ -480,8 +478,7 @@ public:
int flag_tv;
- byte *loadPCX(byte *NamePcc);
- void WaitForNext(int FPS);
+ void showFrame(bool firstFrame = false);
int getTime();
void reduce_hare_chico(int, int, int, int, int, int, int, byte *, byte *);
void quadrant_1();