aboutsummaryrefslogtreecommitdiff
path: root/scumm/costume.h
diff options
context:
space:
mode:
authorMax Horn2003-07-08 10:49:13 +0000
committerMax Horn2003-07-08 10:49:13 +0000
commit07bd98b27f4c7e9968ec225863cded3bd8bda6e8 (patch)
treec9d22d8e201cc4d211ea257c111b0d2c2f2ed907 /scumm/costume.h
parent7b017fcf7c9d81c3599226310b63b6bc2be85d70 (diff)
downloadscummvm-rg350-07bd98b27f4c7e9968ec225863cded3bd8bda6e8.tar.gz
scummvm-rg350-07bd98b27f4c7e9968ec225863cded3bd8bda6e8.tar.bz2
scummvm-rg350-07bd98b27f4c7e9968ec225863cded3bd8bda6e8.zip
move V1_ignorePakCols to CostumeRenderer (it makes absolutely no sense to keep it in BaseCostumeRenderer), and renamed it to c64_ignorePakCols to avoid confusion (V1 in the context of costumes means the original costume format, as opposed to AKOS; and *not* the scumm version); added FIXME to cost_decodeData (have my doubts about it being correct)
svn-id: r8852
Diffstat (limited to 'scumm/costume.h')
-rw-r--r--scumm/costume.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/scumm/costume.h b/scumm/costume.h
index e2cce8ab72..a870af435e 100644
--- a/scumm/costume.h
+++ b/scumm/costume.h
@@ -62,8 +62,11 @@ protected:
byte drawLimb(const CostumeData &cost, int limb);
void proc3();
- void procC64();
void proc3_ami();
+
+ void procC64();
+ void c64_ignorePakCols(int num);
+
byte mainRoutine(int xmoveCur, int ymoveCur);
};