aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2003-01-13 14:04:41 +0000
committerMax Horn2003-01-13 14:04:41 +0000
commit020a1c3e2d7dee95c9b6135a7f16ab23c688e22b (patch)
tree8c0340a0aa006e57b145e9cebc02ea896262d4af /scumm/scumm.h
parente704837f5c987a840c6ef690807c319425b85ea5 (diff)
downloadscummvm-rg350-020a1c3e2d7dee95c9b6135a7f16ab23c688e22b.tar.gz
scummvm-rg350-020a1c3e2d7dee95c9b6135a7f16ab23c688e22b.tar.bz2
scummvm-rg350-020a1c3e2d7dee95c9b6135a7f16ab23c688e22b.zip
fixed COMI actor scaling, again
svn-id: r6443
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 7c32b8ff99..ab791d0f95 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -864,7 +864,7 @@ public:
};
ScaleSlot _scaleSlots[20]; // FIXME - not sure if this limit is right, but based on my observations it is
void setScaleSlot(int slot, int x1, int y1, int scale1, int x2, int y2, int scale2);
-
+ void setBoxScaleSlot(int box, int slot);
byte getNumBoxes();
byte *getBoxMatrixBaseAddr();