aboutsummaryrefslogtreecommitdiff
path: root/scumm/costume.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/costume.h')
-rw-r--r--scumm/costume.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/scumm/costume.h b/scumm/costume.h
index 50a7f43b0c..1d58650ac7 100644
--- a/scumm/costume.h
+++ b/scumm/costume.h
@@ -71,10 +71,10 @@ public:
protected:
byte drawLimb(const Actor *a, int limb);
- void proc3();
- void proc3_ami();
+ void proc3(Codec1 &v1);
+ void proc3_ami(Codec1 &v1);
- void procC64(int actor);
+ void procC64(Codec1 &v1, int actor);
byte mainRoutine(int xmoveCur, int ymoveCur);
};