aboutsummaryrefslogtreecommitdiff
path: root/scumm/base-costume.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/base-costume.cpp')
-rw-r--r--scumm/base-costume.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/base-costume.cpp b/scumm/base-costume.cpp
index 386c260de3..01ffde8e28 100644
--- a/scumm/base-costume.cpp
+++ b/scumm/base-costume.cpp
@@ -51,7 +51,7 @@ byte BaseCostumeRenderer::drawCostume(const VirtScreen &vs, int numStrips, const
return result;
}
-void BaseCostumeRenderer::codec1_ignorePakCols(int num) {
+void BaseCostumeRenderer::codec1_ignorePakCols(Codec1 &v1, int num) {
num *= _height;
do {