aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/actor.h')
-rw-r--r--scumm/actor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/actor.h b/scumm/actor.h
index 18d287b277..68c2c9c055 100644
--- a/scumm/actor.h
+++ b/scumm/actor.h
@@ -82,8 +82,12 @@ public:
static void initActorClass(ScummEngine *scumm);
public:
+ /** The position of the actor inside the virtual screen. */
Common::Point _pos;
+
+ /** HE specific: This rect is used to clip actor drawing. */
Common::Rect clipOverride;
+
int offs_x, offs_y;
int top, bottom;
uint width;