aboutsummaryrefslogtreecommitdiff
path: root/scumm/base-costume.h
diff options
context:
space:
mode:
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 5a08b356f4..bc3591ea53 100644
--- a/scumm/base-costume.h
+++ b/scumm/base-costume.h
@@ -132,7 +132,7 @@ public:
virtual void setCostume(int costume) = 0;
- byte drawCostume(const VirtScreen &vs, const Actor *a, bool drawToBackBuf);
+ byte drawCostume(const VirtScreen &vs, int numStrips, const Actor *a, bool drawToBackBuf);
protected: