aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/drascula.h
diff options
context:
space:
mode:
authorFilippos Karapetis2008-06-08 14:11:22 +0000
committerFilippos Karapetis2008-06-08 14:11:22 +0000
commit1b233db8510870e5daabf80550bdff3ace668fef (patch)
treef3dfe11fbefadd21d3051fd4f98df3ddb8a97803 /engines/drascula/drascula.h
parentdcde2f7a9670b399f617f5599d0ba7e4dd6bfcc0 (diff)
downloadscummvm-rg350-1b233db8510870e5daabf80550bdff3ace668fef.tar.gz
scummvm-rg350-1b233db8510870e5daabf80550bdff3ace668fef.tar.bz2
scummvm-rg350-1b233db8510870e5daabf80550bdff3ace668fef.zip
- Removed the AuxBuffOrg and AuxBuffDes buffers
- Renamed loadPCX -> showFrame - Removed WaitForNext() - Cleaned up the PCX frame loading code svn-id: r32615
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();