From 1b233db8510870e5daabf80550bdff3ace668fef Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 8 Jun 2008 14:11:22 +0000 Subject: - Removed the AuxBuffOrg and AuxBuffDes buffers - Renamed loadPCX -> showFrame - Removed WaitForNext() - Cleaned up the PCX frame loading code svn-id: r32615 --- engines/drascula/drascula.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'engines/drascula/drascula.h') 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(); -- cgit v1.2.3