aboutsummaryrefslogtreecommitdiff
path: root/kyra/sprites.h
diff options
context:
space:
mode:
authorJohannes Schickel2005-11-18 23:55:31 +0000
committerJohannes Schickel2005-11-18 23:55:31 +0000
commit5eb3e11b46ce694057c8c7de413df96fbc34c728 (patch)
tree48e6463aea9baa6fc00fd962254bc12dac1fe638 /kyra/sprites.h
parenta69fe434b981d105df84b20e036b7f45c9fc8801 (diff)
downloadscummvm-rg350-5eb3e11b46ce694057c8c7de413df96fbc34c728.tar.gz
scummvm-rg350-5eb3e11b46ce694057c8c7de413df96fbc34c728.tar.bz2
scummvm-rg350-5eb3e11b46ce694057c8c7de413df96fbc34c728.zip
Implemented basic input handling and fixed mask drawing.
svn-id: r19657
Diffstat (limited to 'kyra/sprites.h')
-rw-r--r--kyra/sprites.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kyra/sprites.h b/kyra/sprites.h
index 8f4102e7eb..e559cdad5c 100644
--- a/kyra/sprites.h
+++ b/kyra/sprites.h
@@ -71,6 +71,8 @@ public:
uint8 *_sceneShapes[50];
void refreshSceneAnimObject(uint8 animNum, uint8 shapeNum, uint16 x, uint16 y, bool flipX, bool unkFlag);
+
+ int getDrawLayer(int y);
protected:
void freeSceneShapes();
@@ -83,6 +85,7 @@ protected:
Common::RandomSource _rnd;
uint8 _animDelay;
uint8 *_spriteDefStart;
+ uint8 _drawLayerTable[8];
};
} // End of namespace Kyra