aboutsummaryrefslogtreecommitdiff
path: root/scumm/akos.h
diff options
context:
space:
mode:
authorMax Horn2003-05-29 02:14:31 +0000
committerMax Horn2003-05-29 02:14:31 +0000
commit59acd18cee517101ad900c1522764350f198605b (patch)
tree6a78c7e10546da005902640085d4948b8c4a9f59 /scumm/akos.h
parent3da16e64044c7e6f52631ce75baf66993c2eb6fc (diff)
downloadscummvm-rg350-59acd18cee517101ad900c1522764350f198605b.tar.gz
scummvm-rg350-59acd18cee517101ad900c1522764350f198605b.tar.bz2
scummvm-rg350-59acd18cee517101ad900c1522764350f198605b.zip
they are getting more and more similar :-)
svn-id: r8073
Diffstat (limited to 'scumm/akos.h')
-rw-r--r--scumm/akos.h26
1 files changed, 2 insertions, 24 deletions
diff --git a/scumm/akos.h b/scumm/akos.h
index e40294c759..a91dc1f459 100644
--- a/scumm/akos.h
+++ b/scumm/akos.h
@@ -30,13 +30,9 @@ struct AkosHeader;
struct AkosOffset;
class AkosRenderer : public BaseCostumeRenderer {
-public:
- byte *outptr;
- uint outwidth, outheight;
-
protected:
uint16 codec;
- const byte *srcptr;
+ const byte *_srcptr;
// movement of cel to decode
int _xmoveCur, _ymoveCur;
@@ -53,23 +49,6 @@ protected:
const byte *akcd;
struct {
- /* codec stuff */
- const byte *scaletable;
- byte mask, shr;
- bool doContinue;
- byte repcolor;
- byte replen;
- int scaleXstep;
- int x, y;
- int tmp_x, tmp_y;
- int y_pitch;
- int skip_width;
- byte *destptr;
- byte *mask_ptr;
- int imgbufoffs;
- } v1;
-
- struct {
byte unk5;
int unk6;
byte mask;
@@ -83,8 +62,7 @@ protected:
public:
AkosRenderer(Scumm *scumm) : BaseCostumeRenderer(scumm) {
- outptr = 0;
- srcptr = 0;
+ _srcptr = 0;
akos = 0;
akhd = 0;
akpl = 0;