[Scummvm-cvs-logs] SF.net SVN: scummvm: [32612] scummvm/trunk/engines/drascula/drascula.h
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Sun Jun 8 12:56:44 CEST 2008
Revision: 32612
http://scummvm.svn.sourceforge.net/scummvm/?rev=32612&view=rev
Author: thebluegr
Date: 2008-06-08 03:56:44 -0700 (Sun, 08 Jun 2008)
Log Message:
-----------
Grouped all the different draw buffers/pointers together
Modified Paths:
--------------
scummvm/trunk/engines/drascula/drascula.h
Modified: scummvm/trunk/engines/drascula/drascula.h
===================================================================
--- scummvm/trunk/engines/drascula/drascula.h 2008-06-08 07:05:22 UTC (rev 32611)
+++ scummvm/trunk/engines/drascula/drascula.h 2008-06-08 10:56:44 UTC (rev 32612)
@@ -275,8 +275,8 @@
DacPalette256 brightPalette;
DacPalette256 darkPalette;
+ // Graphics buffers/pointers
byte *VGA;
-
byte *drawSurface1;
byte *backSurface;
byte *drawSurface3;
@@ -287,9 +287,14 @@
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 @@
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;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list