aboutsummaryrefslogtreecommitdiff
path: root/kyra/sprites.h
diff options
context:
space:
mode:
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