aboutsummaryrefslogtreecommitdiff
path: root/kyra/screen.h
diff options
context:
space:
mode:
authorJohannes Schickel2005-12-08 17:19:18 +0000
committerJohannes Schickel2005-12-08 17:19:18 +0000
commitbce163c3cb71b88ff62907e8c0a6d7661863dfe7 (patch)
tree46b4d30af4f27223e5d918e56388ee236fd6b6c2 /kyra/screen.h
parent3878231019a0381e8cec537dbd55f69743eacce6 (diff)
downloadscummvm-rg350-bce163c3cb71b88ff62907e8c0a6d7661863dfe7.tar.gz
scummvm-rg350-bce163c3cb71b88ff62907e8c0a6d7661863dfe7.tar.bz2
scummvm-rg350-bce163c3cb71b88ff62907e8c0a6d7661863dfe7.zip
Fixed bug with item drawing.
Added support for item placing. (not user input controlled) svn-id: r19761
Diffstat (limited to 'kyra/screen.h')
-rw-r--r--kyra/screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kyra/screen.h b/kyra/screen.h
index 576e7d636c..1266719c1c 100644
--- a/kyra/screen.h
+++ b/kyra/screen.h
@@ -127,6 +127,7 @@ public:
uint8 *getPalette(int num);
byte getShapeFlag1(int x, int y);
+ byte getShapeFlag2(int x, int y);
int setNewShapeHeight(uint8 *shape, int height);
int resetShapeHeight(uint8 *shape);