aboutsummaryrefslogtreecommitdiff
path: root/scumm/akos.h
diff options
context:
space:
mode:
authorMax Horn2003-05-30 17:52:17 +0000
committerMax Horn2003-05-30 17:52:17 +0000
commit90468ea46e3cd96feedd93bc1a2980402e7f0a4f (patch)
treebc716289079912bba731b3d3e89b5ee93a69c2c2 /scumm/akos.h
parent693b7126d6ced69a8a46fc62d5587afc05e0ea48 (diff)
downloadscummvm-rg350-90468ea46e3cd96feedd93bc1a2980402e7f0a4f.tar.gz
scummvm-rg350-90468ea46e3cd96feedd93bc1a2980402e7f0a4f.tar.bz2
scummvm-rg350-90468ea46e3cd96feedd93bc1a2980402e7f0a4f.zip
cleanup
svn-id: r8150
Diffstat (limited to 'scumm/akos.h')
-rw-r--r--scumm/akos.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/scumm/akos.h b/scumm/akos.h
index 040820711e..79212fa7e7 100644
--- a/scumm/akos.h
+++ b/scumm/akos.h
@@ -74,14 +74,13 @@ public:
protected:
byte drawLimb(const CostumeData &cost, int limb);
- byte codec1(int _xmoveCur, int _ymoveCur);
+ byte codec1(int xmoveCur, int ymoveCur);
void codec1_genericDecode();
- byte codec5(int _xmoveCur, int _ymoveCur);
+ byte codec5(int xmoveCur, int ymoveCur);
- byte codec16(int _xmoveCur, int _ymoveCur);
+ byte codec16(int xmoveCur, int ymoveCur);
void akos16SetupBitReader(const byte *src);
- void akos16PutOnScreen(byte *dest, const byte *src, byte transparency, int32 count);
void akos16SkipData(int32 numskip);
void akos16DecodeLine(byte *buf, int32 numbytes, int32 dir);
void akos16ApplyMask(byte *dest, byte *maskptr, byte bits, int32 count, byte fillwith);