aboutsummaryrefslogtreecommitdiff
path: root/scumm/base-costume.h
diff options
context:
space:
mode:
authorTravis Howell2004-08-29 11:27:16 +0000
committerTravis Howell2004-08-29 11:27:16 +0000
commitcbf5a60bab5770e7b199014f509720a248d12d5a (patch)
tree30883d2858ce93f475ae654c941399ad633c747b /scumm/base-costume.h
parent3540014e4590941f39c5975ce072f489f467edd7 (diff)
downloadscummvm-rg350-cbf5a60bab5770e7b199014f509720a248d12d5a.tar.gz
scummvm-rg350-cbf5a60bab5770e7b199014f509720a248d12d5a.tar.bz2
scummvm-rg350-cbf5a60bab5770e7b199014f509720a248d12d5a.zip
Add a few akos codes
Give unknown akos codes better names Rename actor variable Remove hack (Use multi-version flag instead) Another sound correction for HE games. svn-id: r14827
Diffstat (limited to 'scumm/base-costume.h')
-rw-r--r--scumm/base-costume.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/base-costume.h b/scumm/base-costume.h
index 0b89f60f05..3545e4c90c 100644
--- a/scumm/base-costume.h
+++ b/scumm/base-costume.h
@@ -126,7 +126,7 @@ public:
virtual void setCostume(int costume) = 0;
- byte drawCostume(const VirtScreen &vs, const CostumeData &cost, bool actorDrawVirScr);
+ byte drawCostume(const VirtScreen &vs, const CostumeData &cost, bool drawToBackBuf);
protected: