aboutsummaryrefslogtreecommitdiff
path: root/scumm/akos.h
diff options
context:
space:
mode:
authorMax Horn2004-11-25 23:36:02 +0000
committerMax Horn2004-11-25 23:36:02 +0000
commit85ec4ee0b50cafba5663ca91958582f60438dcc2 (patch)
tree43105ef14c6c48e06b7b65f7c6dc6caf111eeade /scumm/akos.h
parent5ad29fd7e08e08b2d82a8ea0b93b093576ad87a0 (diff)
downloadscummvm-rg350-85ec4ee0b50cafba5663ca91958582f60438dcc2.tar.gz
scummvm-rg350-85ec4ee0b50cafba5663ca91958582f60438dcc2.tar.bz2
scummvm-rg350-85ec4ee0b50cafba5663ca91958582f60438dcc2.zip
Turn the v1 member in the costume renderers into a function local object (used to be a member var)
svn-id: r15887
Diffstat (limited to 'scumm/akos.h')
-rw-r--r--scumm/akos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/akos.h b/scumm/akos.h
index 30e24ea1ff..4985e8b46e 100644
--- a/scumm/akos.h
+++ b/scumm/akos.h
@@ -91,7 +91,7 @@ protected:
byte drawLimb(const Actor *a, int limb);
byte codec1(int xmoveCur, int ymoveCur);
- void codec1_genericDecode();
+ void codec1_genericDecode(Codec1 &v1);
byte codec5(int xmoveCur, int ymoveCur);
byte codec16(int xmoveCur, int ymoveCur);
byte codec32(int xmoveCur, int ymoveCur);