aboutsummaryrefslogtreecommitdiff
path: root/scumm/costume.h
diff options
context:
space:
mode:
authorGregory Montoir2004-09-08 21:14:12 +0000
committerGregory Montoir2004-09-08 21:14:12 +0000
commit7593129d986a7560edcf0e74fbc164bc58627c94 (patch)
treedfebb56092e155b5f9366824c89b0e93385934b7 /scumm/costume.h
parent1a9d6e023b1750ce118c55586abbb4b8c163e8e5 (diff)
downloadscummvm-rg350-7593129d986a7560edcf0e74fbc164bc58627c94.tar.gz
scummvm-rg350-7593129d986a7560edcf0e74fbc164bc58627c94.tar.bz2
scummvm-rg350-7593129d986a7560edcf0e74fbc164bc58627c94.zip
some AKOS tweaks for HE72/80
svn-id: r14965
Diffstat (limited to 'scumm/costume.h')
-rw-r--r--scumm/costume.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/costume.h b/scumm/costume.h
index 52293d2134..0578a710a7 100644
--- a/scumm/costume.h
+++ b/scumm/costume.h
@@ -69,7 +69,7 @@ public:
void setCostume(int costume);
protected:
- byte drawLimb(const CostumeData &cost, int limb);
+ byte drawLimb(const Actor *a, int limb);
void proc3();
void proc3_ami();